:root {
  --gosim-dark-blue: #c90d0d;
  --gosim-blue: #ed1f1f;
  --gosim-smoke: #f5f5f5;
  --gosim-white: white;
  --gosim-black: #303030;
  --gosim-yellow: #000;
  --gosim-dark-black: #111;
  --gosim-blue-faded: rgba(0, 60, 222, .15);
  --white: white;
  --gosim-grey: #6b6b6b;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--gosim-dark-blue);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}

h2 {
  color: var(--gosim-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: SharpGrotesk SemiBold, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.center-text {
  padding-top: 60px;
  padding-bottom: 30px;
}

.prices {
  padding-top: 60px;
  padding-bottom: 60px;
}

.globe {
  background-color: var(--gosim-smoke);
  padding-top: 120px;
  padding-bottom: 120px;
}

.cards {
  padding-bottom: 60px;
}

.cta {
  background-color: var(--gosim-smoke);
  padding-top: 120px;
  padding-bottom: 120px;
}

.img-cards {
  background-color: var(--gosim-dark-blue);
  color: var(--gosim-white);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.container {
  max-width: 1320px;
  padding-left: 60px;
  padding-right: 60px;
}

.cta-v2 {
  z-index: 3;
  background-color: var(--gosim-smoke);
  background-image: linear-gradient(to top, var(--gosim-dark-blue) 7%, var(--gosim-smoke) 7%);
  margin-bottom: -60px;
  padding-top: 220px;
  position: relative;
}

.footer {
  background-color: var(--gosim-dark-blue);
  color: var(--gosim-white);
  padding-top: 150px;
  padding-bottom: 45px;
}

.home-text__inner {
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
}

.home-text__h {
  color: var(--gosim-dark-blue);
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2em;
}

.home-text__h.is--smaller {
  font-size: 2.5rem;
}

.center-text__p {
  color: var(--gosim-white);
  max-width: 580px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5em;
}

.center-text__p.is--black {
  color: var(--gosim-dark-blue);
}

.home-header {
  color: var(--gosim-white);
  padding: 0 60px 75px;
}

.home-header__inner {
  align-items: center;
  max-width: 1800px;
  height: 600px;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav {
  z-index: 12;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.header__nav__logo {
  z-index: 12;
  max-width: 130px;
  position: relative;
}

.header__nav__menu {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  display: flex;
  position: relative;
}

.header__nav__menu__a {
  color: var(--gosim-dark-blue);
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.header__nav__menu__a:hover {
  color: var(--gosim-blue);
}

.header__nav__menu__btn {
  background-color: var(--gosim-blue);
  color: var(--gosim-white);
  border-radius: 30px;
  align-items: center;
  max-height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 15px 22px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.header__nav__menu__btn:hover {
  background-color: var(--gosim-dark-blue);
}

.header__bg-img {
  aspect-ratio: auto;
  opacity: 1;
  filter: brightness(72%);
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
}

.header__bg-img.is--moving {
  z-index: 3;
}

.header__bg-img.is--standard {
  z-index: 2;
}

.header__nav__logo__overlay {
  z-index: 0;
  width: 160px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: -1px;
  right: auto;
}

.header__txt-wrapper {
  max-width: 620px;
  margin-left: 120px;
  font-family: Neue Haas Grotesk, sans-serif;
  position: relative;
}

.header__h {
  margin-top: 25px;
  margin-bottom: 0;
  font-family: SharpGrotesk SemiBold, sans-serif;
  font-size: 3.75rem;
  line-height: 4.75rem;
}

.header__p {
  margin-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.header__trustpilot {
  color: var(--gosim-white);
  background-color: rgba(255, 255, 255, .1);
  border-top: 1px solid rgba(255, 255, 255, .5);
  border-radius: 7px;
  padding: 8px 15px;
  font-family: Inter, sans-serif;
  transition: all .2s;
  display: inline-block;
}

.header__trustpilot:hover {
  background-color: rgba(255, 255, 255, .2);
}

.header__trustpilot__p {
  line-height: 20px;
  display: inline-block;
}

.header__trustpilot__icon {
  height: 20px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 3px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header__search-wrapper {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: -45px;
  left: 0%;
  right: 0%;
}

.search {
  justify-content: flex-end;
  align-items: center;
  max-width: 900px;
  height: 90px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.search-input {
  z-index: 0;
  color: var(--gosim-blue);
  border: 2px solid rgba(0, 60, 222, .23);
  border-radius: 45px;
  width: 100%;
  height: 100%;
  padding-left: 45px;
  font-size: 1.5rem;
  font-weight: 400;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-input:focus-visible {
  border-color: rgba(0, 60, 222, .5);
}

.search-input[data-wf-focus-visible] {
  border-color: rgba(0, 60, 222, .5);
}

.search-input::placeholder {
  color: rgba(0, 60, 222, .5);
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.search-button {
  z-index: 1;
  background-color: var(--gosim-blue);
  border-radius: 30px;
  flex: none;
  height: 60px;
  padding-left: 25px;
  padding-right: 60px;
  font-weight: 600;
  transition: all .2s;
  position: relative;
}

.header__search__icon {
  z-index: 1;
  position: absolute;
  left: 25px;
}

.page-header {
  color: var(--gosim-white);
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.page-header__inner {
  justify-content: flex-start;
  align-items: center;
  max-width: 1700px;
  min-height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-header__h {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 3.5rem;
  line-height: 4.375rem;
}

.page-header__txt-wrapper {
  width: 45%;
  max-width: 650px;
  margin-left: 60px;
  padding-right: 60px;
  font-family: Neue Haas Grotesk, sans-serif;
  position: relative;
}

.destinations {
  padding-bottom: 120px;
}

.destinations__p {
  text-align: center;
}

.destinations__h {
  text-align: center;
  padding-bottom: 15px;
  font-size: 3rem;
  line-height: 120%;
}

.destinations__txt-wrapper {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.destinations__continent {
  background-image: linear-gradient(rgba(0, 60, 222, .1), #fff);
  border: 1px solid rgba(0, 45, 158, .1);
  border-radius: 15px;
  margin-bottom: 60px;
  padding: 30px;
}

.destinations__continent.is--yellow {
  background-image: linear-gradient(rgba(248, 193, 0, .1), #fff);
}

.destinations__continent.is--red {
  background-image: linear-gradient(rgba(255, 0, 0, .1), #fff);
}

.destinations__continent.is--grey {
  background-image: linear-gradient(to bottom, var(--gosim-smoke), white);
}

.destinations__country__a {
  color: var(--gosim-black);
  display: inline-block;
}

.destinations__country__dot {
  background-color: var(--gosim-black);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-bottom: 3px;
  margin-right: 10px;
  display: inline-block;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  display: grid;
}

.destinations__continent__h {
  margin-bottom: 15px;
  font-weight: 600;
}

.background-video {
  z-index: 0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn {
  background-color: var(--gosim-blue);
  color: var(--gosim-white);
  border-radius: 30px;
  padding: 12px 32px;
  font-weight: 600;
  transition: all .2s;
  position: relative;
}

.btn:hover {
  background-color: var(--gosim-dark-blue);
}

.btn.is--white {
  background-color: var(--gosim-smoke);
  color: var(--gosim-blue);
}

.btn.is--transparant {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .14);
}

.btn.is--yellow {
  background-color: var(--gosim-yellow);
}

.btn.is--bland {
  color: var(--gosim-blue);
  background-color: rgba(0, 60, 222, 0);
  padding: 0;
  display: flex;
}

.btn.is--bundle {
  color: var(--gosim-blue);
  background-color: rgba(0, 60, 222, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.btn__txt {
  line-height: 1rem;
  display: inline-block;
}

.btn__txt.is--black {
  color: var(--gosim-dark-black);
}

.pricesv2__inner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
}

.prices__big-img__img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.prices__continent {
  background-image: linear-gradient(135deg, var(--gosim-blue-faded), rgba(0, 60, 222, .05));
  color: var(--gosim-dark-blue);
  border-radius: 15px;
  height: 230px;
  padding: 30px;
  display: flex;
}

.prices__continent__left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-right: 30px;
  display: flex;
}

.prices__continent__h {
  font-size: 2rem;
}

.prices__continent__p {
  margin-bottom: 30px;
  display: inline-block;
}

.prices__continent__duration {
  display: inline-block;
}

.price {
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price__big {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
}

.price__small {
  color: #c9c9c9;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1em;
}

.prices__continent__right {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 45px;
  display: flex;
}

.prices__continent__bullet {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 5px;
  display: flex;
}

.globe__inner {
  text-align: left;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.globe__h {
  color: var(--gosim-dark-blue);
  margin-bottom: 25px;
  font-size: 3.5rem;
  line-height: 1.1em;
}

.globe__p {
  max-width: 400px;
  margin-bottom: 25px;
  font-size: 1.125rem;
}

.cards__single {
  object-fit: cover;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding: 25px;
  position: relative;
}

.cards__single.is--globe {
  padding-bottom: 152px;
}

.cards__single__h {
  margin-bottom: 15px;
  font-size: 1.67rem;
  font-weight: 700;
  line-height: 1.2em;
}

.cards__inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta__inner {
  background-color: var(--gosim-blue);
  color: var(--gosim-white);
  border-radius: 30px;
  padding: 90px 60px;
  position: relative;
  overflow: hidden;
}

.cta__txt-wrapper {
  position: relative;
}

.cta__h {
  color: var(--gosim-white);
  max-width: 580px;
  margin-bottom: 60px;
  font-size: 3.75rem;
  line-height: 1.1em;
}

.cta__bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta__btn-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.cta__img-1 {
  position: absolute;
  right: 0;
}

.cta__img-2 {
  position: absolute;
  right: 150px;
}

.img-cards__h {
  color: var(--gosim-white);
  margin-bottom: 30px;
  font-size: 3.5rem;
  line-height: 1em;
}

.img-cards__inner {
  display: flex;
  position: relative;
}

.img-cards__wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 60%;
  margin-left: auto;
  display: grid;
}

.img-cards__single {
  background-color: var(--gosim-smoke);
  color: var(--gosim-dark-blue);
  border-radius: 15px;
  padding: 30px 30px 30px 200px;
  display: flex;
  position: relative;
}

.img-cards__img {
  object-fit: scale-down;
  border-radius: 15px;
  width: 200px;
  max-width: 200px;
  height: 200px;
  margin-right: 30px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.img-cards__img.is--smaller {
  height: 120px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.img-cards__single__h {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2rem;
}

.img-cards__single__p {
  margin-bottom: 30px;
}

.ctav2__inner {
  background-color: var(--gosim-yellow);
  border-radius: 30px;
  display: flex;
  position: relative;
}

.ctav2__h {
  color: var(--gosim-dark-black);
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1.3em;
}

.ctav2__txt-wrapper {
  padding: 90px 90px 60px 60px;
}

.ctav2__img {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 100%;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 50%;
  margin-top: -200px;
  padding-right: 60px;
  position: relative;
}

.footer__logo-bar {
  margin-bottom: 15px;
}

.footer__logo {
  max-width: 160px;
}

.footer__content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 45px;
  display: grid;
}

.footer__h {
  margin-bottom: 30px;
}

.footer__email {
  color: var(--gosim-white);
  margin-bottom: 60px;
  text-decoration: underline;
  display: block;
}

.footer__a {
  color: var(--gosim-white);
  margin-bottom: 15px;
  display: block;
}

.footer__p {
  margin-bottom: 0;
}

.footer__h4 {
  opacity: .3;
  color: var(--gosim-white);
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 5px;
}

.footer__line {
  background-color: rgba(255, 255, 255, .6);
  width: 100%;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.country-header__h {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.country-header__txt-wrapper {
  z-index: 6;
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 580px;
  font-family: Neue Haas Grotesk, sans-serif;
  display: flex;
  position: relative;
}

.country-header__p {
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.country-header__provider-logo {
  z-index: 6;
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 70px;
  max-width: 90px;
  height: 70px;
  margin-right: 25px;
  position: relative;
}

.country-header__inner {
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header__bg-overlay {
  z-index: 5;
  object-fit: cover;
  background-image: linear-gradient(146deg, rgba(0, 0, 0, .31), rgba(0, 0, 0, 0) 41%);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.plans {
  padding-top: 60px;
  padding-bottom: 90px;
}

.plans__inner {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  position: relative;
}

.plans__h {
  color: var(--gosim-dark-blue);
  margin-bottom: 20px;
  margin-right: 15px;
  font-family: SharpGrotesk SemiBold, sans-serif;
  font-size: 2.225rem;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.plans__h.is--smaller {
  margin-right: 3px;
  font-size: 2rem;
  font-weight: 600;
  display: inline;
}

.plans__grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--gosim-dark-black);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.plans__single {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--gosim-blue-faded);
  background-color: var(--gosim-white);
  color: var(--gosim-dark-blue);
  cursor: pointer;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: end;
  justify-items: center;
  padding: 12px 20px;
  transition: all .2s;
}

.plans__single:hover {
  border-color: var(--gosim-blue);
}

.plans__single.is--first {
  max-width: 200px;
}

.plans__single.is--active {
  border-color: var(--gosim-blue);
  background-color: var(--gosim-blue);
  color: var(--gosim-white);
}

.plans__single__data {
  color: var(--gosim-blue);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}

.plans__single__data.is--smaller {
  margin-bottom: 30px;
  font-size: 2rem;
}

.plans__single__data.is--active {
  color: var(--gosim-white);
}

.plans__duration {
  opacity: .4;
  color: var(--gosim-blue);
  margin-bottom: 15px;
  font-weight: 600;
  display: none;
}

.btn__icon {
  margin-left: 10px;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: auto;
  right: 14px;
  overflow: hidden;
  transform: translate(0, 8px);
}

.plans__single__globe {
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.description {
  padding-top: 60px;
  padding-bottom: 90px;
}

.description__inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 15px;
  display: flex;
}

.tabs__menu__a {
  background-color: var(--gosim-smoke);
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 400;
}

.tabs__menu__a.w--current {
  border: 1px solid var(--gosim-blue);
  background-color: var(--gosim-smoke);
  transition: all .2s;
}

.tabs__pane__p {
  color: #00123f;
  flex: 1;
  display: inline;
}

.tabs-menu {
  background-color: var(--gosim-smoke);
  border-radius: 6px;
  margin-bottom: 30px;
  display: inline-block;
}

.tabs__pane__inner {
  display: flex;
}

.tabs__pane__img {
  object-fit: cover;
  flex: none;
  width: 50%;
  max-width: 50%;
  max-height: 400px;
  padding-top: 60px;
}

.steps {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.country-header {
  background-color: var(--gosim-smoke);
  color: var(--gosim-white);
  padding: 45px 60px 0;
}

.steps__h {
  margin-bottom: 30px;
  font-family: SharpGrotesk SemiBold, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

.steps__grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--gosim-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 45px 1fr 45px 1fr 45px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.steps__single {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--gosim-white);
  color: var(--gosim-dark-blue);
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 15px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
  position: relative;
}

.steps__single__h {
  margin-bottom: 0;
  font-family: SharpGrotesk SemiBold, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1em;
}

.ctav2__blue-circle {
  background-color: var(--gosim-blue);
  border-radius: 50%;
  width: 100%;
  height: 150%;
}

.ctav2__blue-circle-wrapper {
  width: 50%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.countries__single {
  background-color: var(--gosim-smoke);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.countries__single__img-wrapper {
  flex: none;
  margin-right: 15px;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.countries__single__price {
  opacity: .6;
  color: var(--gosim-dark-blue);
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 600;
}

.countries__collection__grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.countries__single__h {
  color: var(--gosim-dark-blue);
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2em;
}

.picture__text {
  padding-top: 0;
  padding-bottom: 120px;
}

.picture-text__inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.picture-text__img {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 420px;
}

.picture-text__h {
  color: var(--gosim-dark-blue);
  margin-bottom: 15px;
}

.faq {
  padding-top: 90px;
  padding-bottom: 90px;
}

.faq__inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.faq__h {
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1em;
}

.faq__p {
  max-width: 900px;
  margin-bottom: 60px;
}

.faq__top {
  cursor: pointer;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-right: -30px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.faq__top__close {
  flex: none;
  width: 50px;
  max-width: 50px;
  height: 50px;
}

.faq__top__txt {
  padding-right: 15px;
  font-weight: 600;
}

.faq__bottom {
  overflow: hidden;
}

.faq__item {
  background-color: rgba(0, 0, 0, .05);
  border-radius: 15px;
  margin-bottom: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.faq__bottom__p {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.faq__close__overlay {
  background-color: rgba(0, 0, 0, .05);
  width: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-img {
  padding-top: 60px;
  padding-bottom: 60px;
}

.results__item__text-wrapper {
  margin-left: 15px;
}

.search-results__grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item {
  background-color: var(--gosim-smoke);
  border-radius: 15px;
  padding: 20px;
  display: flex;
}

.results__img {
  border-radius: 50%;
  flex: none;
  width: 65px;
  height: 65px;
}

.results__h {
  color: var(--gosim-dark-blue);
  margin-bottom: 15px;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1em;
  display: block;
}

.line {
  background-color: var(--gosim-blue-faded);
  flex: none;
  width: 1px;
  height: 100%;
}

.line__outer {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.prices__btn-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.top-bar {
  background-color: var(--gosim-dark-blue);
  color: var(--gosim-white);
  padding-left: 60px;
  padding-right: 60px;
}

.top-bar__inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-bar__contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.top-bar__contact__icon {
  margin-top: 3px;
  margin-right: 3px;
  font-size: 22px;
}

.top-bar__contact__txt {
  font-size: 1rem;
}

.top-bar__contact__single {
  color: var(--gosim-white);
  border-radius: 8px;
  align-items: center;
  padding: 2px 5px;
  transition: all .2s;
  display: flex;
}

.top-bar__contact__single:hover {
  background-color: rgba(255, 255, 255, .1);
}

.top-bar__tabs {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.top-bar__tab {
  color: var(--gosim-white);
  padding: 5px 15px;
}

.top-bar__tab.w--current {
  background-color: var(--gosim-dark-blue);
  color: var(--gosim-white);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.top-bar__tab.is--active {
  background-color: var(--gosim-white);
  color: var(--gosim-dark-blue);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.top-bar__tab.is--active.w--current {
  color: var(--gosim-dark-blue);
}

.header__search__btn-icon {
  z-index: 1;
  pointer-events: none;
  color: var(--gosim-white);
  font-size: 32px;
  position: absolute;
  right: 35px;
}

.header__inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header__nav__a-wrapper {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.header__nav__a__icon {
  color: var(--gosim-dark-blue);
  margin-left: 10px;
  font-size: 20px;
  line-height: 100%;
  display: inline-block;
}

.pricesv2 {
  padding-top: 30px;
  padding-bottom: 90px;
  display: none;
  overflow: hidden;
}

.pricesv2__big-img__img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.pricesv2__big-img {
  flex: none;
  width: 400px;
  height: 260px;
}

.pricesv2__continent {
  background-color: var(--gosim-smoke);
  color: var(--gosim-dark-blue);
  border-radius: 15px;
  flex: none;
  height: 260px;
  padding: 30px;
  display: flex;
}

.pricesv2__row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

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

.header__mega {
  background-color: var(--gosim-smoke);
  height: 0;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  top: 85px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.mega__inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  max-width: 1200px;
  margin: 60px auto;
  display: flex;
}

.mega__img-wrapper {
  border-radius: 15px;
  flex: none;
  align-items: flex-end;
  width: 320px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mega__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mega__img__h {
  z-index: 3;
  color: var(--gosim-white);
  font-size: 1.5rem;
  line-height: 120%;
  position: relative;
}

.mega__img-overlay {
  z-index: 2;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mega__menu {
  flex: none;
  padding-bottom: 30px;
}

.mega__menu__h {
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 700;
}

.mega__menu__a {
  color: var(--gosim-dark-black);
  margin-bottom: 5px;
  display: block;
}

.mega__menu__a:hover {
  text-decoration: underline;
}

.mega__slider-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.mega__slider {
  flex: 1;
}

.collection-list-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.mega__slider__single {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gosim-white);
  color: var(--gosim-dark-blue);
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 65px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  height: 100%;
  padding: 25px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mega__slide__h {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 600;
}

.mega__slide__price {
  margin-bottom: 0;
}

.mega__slider__single__img {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 65px;
  height: 65px;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.mega__slider__single__a {
  color: var(--gosim-blue);
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.mega__slider__single__a__icon {
  margin-left: 10px;
  font-size: 24px;
  display: inline-block;
}

.mega__slider__single__a__txt {
  display: inline-block;
}

.container-3 {
  padding-left: 60px;
  padding-right: 60px;
}

.text-img__inner {
  grid-column-gap: 60px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.text-img__p-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-img__image {
  border-radius: 15px;
}

.text-img__h {
  margin-bottom: 15px;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

.text-img__p {
  font-family: Inter, sans-serif;
}

.text-img__h-2 {
  font-weight: 400;
}

.text-img__inner__inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.text-img__h2 {
  margin-bottom: 15px;
  font-weight: 600;
}

.onze-missie {
  padding-top: 90px;
  padding-bottom: 90px;
}

.onze-missie__grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 30px;
  display: grid;
}

.onze-missie__single {
  background-color: var(--gosim-smoke);
  border-radius: 15px;
  padding: 30px;
}

.onze-missie__single__h {
  font-family: Neuehaasdisplayroman, sans-serif;
}

.onze-missie__single__p {
  margin-bottom: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
}

.onze-missie__text {
  text-align: center;
  padding-bottom: 15px;
}

.onze-missie__h {
  margin-bottom: 15px;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 3rem;
  line-height: 1em;
}

.onze-missie__p {
  padding-left: 240px;
  padding-right: 240px;
  font-family: Inter, sans-serif;
}

.contact-gegevens {
  padding-top: 0;
  padding-bottom: 60px;
}

.contact-gegevens__im-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-gegevens-img {
  border-radius: 15px;
}

.contact-gegevens__inner {
  padding-top: 0;
}

.contact-gegevens__text {
  padding-bottom: 30px;
}

.contact-gegevens__h {
  text-align: center;
  font-family: SharpGrotesk SemiBold, sans-serif;
}

.contact-gegevens__p {
  padding-top: 15px;
  font-family: Neuehaasdisplayroman, sans-serif;
}

.country-custom-code {
  display: none;
}

.price__sign {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
}

.globe__rails {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.globe__cart {
  max-width: 500px;
  margin-right: 90px;
}

.globe__single__img {
  object-fit: contain;
  width: 100%;
  max-height: 140px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-cards__single__txt-wrapper {
  width: 100%;
}

.img-cards__-rails {
  max-width: 420px;
  margin-right: 60px;
}

.img-cards__cart {
  position: -webkit-sticky;
  position: sticky;
  top: 240px;
}

.img-cards__p {
  margin-bottom: 30px;
}

.img-cards__expand {
  background-color: var(--gosim-white);
  color: var(--gosim-dark-blue);
  border-radius: 15px;
  max-width: 100%;
  padding-right: 30px;
  overflow: hidden;
}

.img-cards__top__overlay {
  background-color: var(--gosim-blue);
  mix-blend-mode: hard-light;
  width: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.img-cards__bg-img {
  object-fit: cover;
  max-height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cards__img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.img-cards__expand__top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-right: -15px;
  display: flex;
  position: relative;
}

.coming-soon {
  padding-top: 60px;
  padding-bottom: 120px;
}

.quick-search {
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  border: 2px solid #c4d2f7;
  border-radius: 45px;
  max-width: 900px;
  max-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  padding-left: 45px;
  padding-right: 45px;
  transition: all .3s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.quick-search.is--white {
  background-color: rgba(255, 255, 255, .8);
  padding-top: 56px;
  padding-left: 0;
  padding-right: 0;
}

.quick-search__img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  margin-right: 15px;
}

.quick-search__item {
  box-shadow: 3px 3px 20px -10px var(--gosim-blue-faded);
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 12px 30px;
  font-weight: 500;
  transition: all .2s;
}

.quick-search__item:hover {
  background-color: #ececec;
}

.quick-search__collection {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--gosim-dark-blue);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.quick-search__no-results {
  color: var(--gosim-dark-blue);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0;
  font-weight: 600;
  display: none;
}

.quick-search__item__a {
  color: var(--gosim-dark-blue);
  align-items: center;
  display: flex;
}

.countries__single__icon {
  z-index: 10;
  color: var(--gosim-blue-faded);
  font-size: 88px;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: auto;
  right: -20px;
}

.countries__single__icon.is-white {
  color: var(--gosim-white);
}

.countries__single__icon.is--smaller {
  flex: 0 auto;
  font-size: 46px;
  position: static;
}

.rich-text {
  padding-top: 0;
  padding-bottom: 120px;
}

.rich-text__block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text__block h3 {
  margin-top: 60px;
}

.rich-text__block h2 {
  color: var(--gosim-dark-blue);
  margin-top: 90px;
  margin-bottom: 15px;
  font-size: 2.5rem;
  line-height: 1em;
}

.rich-text__block p {
  margin-bottom: 30px;
  line-height: 200%;
}

.plans__single__btn {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.plans__single__btn__txt {
  color: var(--gosim-black);
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  display: none;
}

.plans__single-btn {
  font-size: 32px;
}

.tabs {
  border-radius: 15px;
  width: 50%;
  padding: 30px 60px 30px 30px;
}

.general-h {
  max-width: 520px;
  font-size: 3rem;
  line-height: 1em;
}

.email-form-block {
  background-color: var(--gosim-smoke);
  border-radius: 15px;
  margin-top: 30px;
  padding: 30px;
}

.form__input {
  border: 1px #000;
  border-radius: 20px;
}

.form__label {
  margin-top: 15px;
}

.form-submit {
  background-color: var(--gosim-blue);
  border-radius: 30px;
  margin-top: 30px;
  padding: 12px 20px;
  font-weight: 600;
}

.top-countries {
  padding-top: 120px;
  padding-bottom: 120px;
}

.top-countries__h {
  color: var(--gosim-blue);
  max-width: 600px;
  margin-bottom: 25px;
  font-size: 4rem;
  line-height: 4rem;
}

.top-countries__p {
  max-width: 500px;
  margin-bottom: 25px;
}

.top-countries__wrapper {
  margin-bottom: 60px;
}

.search-block {
  background-color: var(--gosim-smoke);
  height: 600px;
  position: relative;
}

.search-block__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search-block__h {
  max-width: 700px;
  margin-bottom: 15px;
  font-size: 4rem;
  line-height: 4rem;
}

.search-block__p {
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 60px;
}

.search-block__txt-wrapper {
  z-index: 6;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.search-block__flag-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 600px;
  margin-top: 25px;
  display: flex;
  overflow: hidden;
  transform: rotate(20deg);
}

.search-block__flag-img {
  width: 120px;
  height: 120px;
  padding: 10px;
  display: block;
}

.search-block__flags__left, .search-block__flags__right {
  flex: none;
  height: 100%;
}

.search-block__shadow-overlay {
  z-index: 1;
  background-image: linear-gradient(to top, #f5f5f5 33%, rgba(255, 255, 255, 0));
  height: 90px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-block__shadow-overlay.is--top {
  background-image: linear-gradient(#f5f5f5 34%, rgba(255, 255, 255, 0));
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.search-block__search {
  z-index: 0;
  color: var(--gosim-dark-blue);
  border: 1px #000;
  border-radius: 45px;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 0 30px -15px rgba(0, 38, 142, .5);
}

.search-block__search::placeholder {
  color: var(--gosim-dark-blue);
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.search-block__search-wrapper {
  justify-content: flex-end;
  align-items: center;
  max-width: 900px;
  height: 60px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.search-block__-btn {
  z-index: 1;
  background-color: var(--gosim-blue);
  border-radius: 30px;
  flex: none;
  height: 60px;
  padding-left: 25px;
  padding-right: 60px;
  font-weight: 600;
  position: relative;
}

.search-block__s {
  z-index: 2;
  position: relative;
}

.block-search__btn-icon {
  z-index: 1;
  color: var(--gosim-white);
  font-size: 32px;
  position: absolute;
  right: 21px;
}

.page-header-small__inner {
  background-color: var(--gosim-dark-blue);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.page-header-small__bg-img {
  object-fit: cover;
  border-radius: 30px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.page-header-small__h {
  font-family: Inter, sans-serif;
}

.page-header-small {
  color: var(--gosim-white);
  padding-left: 60px;
  padding-right: 60px;
}

.nooverflow {
  flex: none;
  height: 100%;
  max-height: 600px;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
  overflow: hidden;
}

.mega__img__arrow {
  z-index: 10;
  color: var(--gosim-white);
  font-size: 88px;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: auto;
  right: -20px;
}

.benefits {
  background-color: var(--gosim-smoke);
  padding-top: 90px;
  padding-bottom: 90px;
}

.benefits__h {
  margin-bottom: 30px;
}

.benefits__grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.benefits__single {
  background-color: var(--gosim-white);
  border-radius: 15px;
  padding: 25px;
  position: relative;
}

.benefits__single.is--big {
  padding-right: 146px;
}

.benefits__single__h {
  margin-bottom: 15px;
  margin-right: 90px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.benefits__single__icon {
  color: var(--gosim-blue);
  font-size: 32px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.steps__single__arrow {
  justify-content: center;
  align-items: center;
  font-size: 32px;
  display: flex;
}

.important {
  padding-top: 90px;
  padding-bottom: 90px;
}

.important__inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  max-width: 760px;
  display: flex;
}

.important__single {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.impotant__single__h {
  font-family: SharpGrotesk SemiBold, sans-serif;
  font-weight: 600;
}

.important__p {
  color: var(--gosim-dark-blue);
  margin-bottom: 15px;
}

.important__single__img {
  color: var(--gosim-blue);
  font-size: 96px;
}

.important__h {
  color: var(--gosim-dark-blue);
  margin-right: 60px;
  font-size: 3rem;
  line-height: 3rem;
}

.important__flex {
  display: flex;
}

.steps__single__img {
  justify-content: center;
  align-items: center;
  font-size: 100px;
  display: flex;
}

.header__nav__ham, .nav__mob-menu {
  display: none;
}

.benefits__img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.plans__fade {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #fff 97%);
  width: 120px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.plans__fade.is--2 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #fff);
  width: 60px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.steps__inner-bg {
  padding: 120px 90px;
}

.div-block {
  margin-bottom: 15px;
}

.plans__inner__plans-grid-wrapper {
  flex: 0 auto;
  width: 100%;
  position: relative;
}

.plans__arrow {
  color: var(--gosim-blue);
  cursor: pointer;
  margin-right: 5px;
  font-size: 48px;
  transition: opacity .2s;
  display: inline-block;
}

.plans__arrow.is--left:hover, .plans__arrow.is--right:hover {
  opacity: .75;
}

.search-input-overlay {
  background-color: #fff;
  border-radius: 100px;
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn__spacer {
  width: 24px;
  display: inline-block;
}

.mask {
  height: 100%;
}

.cards__single__slider {
  border-radius: 15px;
  height: 100%;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.country-header__flex {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  background-color: var(--gosim-blue);
  border-radius: 9px;
  margin-bottom: 30px;
  display: inline-block;
}

.plans__rating-wrapper {
  color: var(--gosim-blue);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 500;
  display: flex;
}

.plans__rating__img {
  width: 25px;
  margin-right: 10px;
}

.text-block {
  font-weight: 400;
  line-height: 1rem;
}

.plans__rating {
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.plans__p {
  color: var(--gosim-dark-blue);
}

.plans__btn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--gosim-blue);
  color: var(--gosim-white);
  letter-spacing: .25px;
  text-transform: none;
  border-radius: 8px;
  padding: 8px 15px;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

.plans__btn:hover {
  background-color: #002fad;
}

.plan-btn__icon {
  font-size: 22px;
}

.plans-select-code {
  display: none;
}

.esim-center-text {
  padding-top: 90px;
  padding-bottom: 30px;
}

.search-result-wrapper {
  padding-bottom: 60px;
}

.plans__chat {
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plans__chat__icon {
  margin-right: 5px;
  font-size: 28px;
}

.banner {
  background-color: var(--gosim-blue);
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.banner__inner {
  color: var(--gosim-white);
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.banner__txt {
  font-weight: 500;
}

.pop-up__bg {
  z-index: 400;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, .14);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up {
  background-color: var(--white);
  min-width: 300px;
  max-width: 600px;
  max-height: 80vh;
  padding: 60px;
  position: relative;
}

.pop-up__h {
  margin-bottom: 30px;
  font-weight: 600;
}

.pop-up__rich-txt {
  margin-bottom: 30px;
}

.pop-up__exit {
  color: var(--gosim-smoke);
  cursor: pointer;
  background-color: red;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 24px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: -20px;
  right: -20px;
}

.pop-up__exit:hover {
  transform: scale(1.1);
}

.banner__icon {
  border: 1px solid var(--gosim-white);
  border-radius: 5px;
  margin-left: 15px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  display: block;
}

.banner__btn {
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  padding: 4px 8px;
  transition: all .2s;
  display: flex;
}

.banner__btn:hover {
  background-color: rgba(255, 255, 255, .15);
}

.banner__exit {
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 24px;
  transition: all .2s;
  display: flex;
}

.banner__exit:hover {
  background-color: rgba(255, 255, 255, .15);
  border-radius: 5px;
}

.plans__bundle-duration {
  opacity: .25;
  color: var(--gosim-black);
  margin-top: 15px;
  font-weight: 500;
}

.country-header__scroll-down {
  justify-content: center;
  align-items: center;
  display: flex;
}

.country-header__a {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  display: flex;
}

.country-header__a__embed {
  margin-top: 3px;
  margin-bottom: -4px;
  margin-left: 15px;
}

.country-header__a__txt {
  color: var(--gosim-dark-blue);
}

@media screen and (max-width: 991px) {
  .globe, .img-cards {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-v2 {
    margin-bottom: -60px;
    padding-top: 60px;
  }

  .home-text__h {
    font-size: 2rem;
  }

  .center-text__p {
    font-size: 1rem;
  }

  .home-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-header__inner {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .nav {
    z-index: 500;
    background-color: var(--gosim-white);
    padding-top: 15px;
    padding-bottom: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }

  .header__nav__logo {
    max-width: 110px;
  }

  .header__nav__menu {
    align-items: stretch;
  }

  .header__nav__menu__a {
    display: none;
  }

  .header__nav__menu__a.is--mob {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .header__bg-img {
    width: 100%;
  }

  .header__nav__logo__overlay {
    width: 120px;
  }

  .header__txt-wrapper {
    max-width: 400px;
    margin-left: 60px;
  }

  .header__h {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .page-header {
    padding-bottom: 30px;
  }

  .page-header__inner {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .page-header__h {
    max-width: 100%;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .page-header__txt-wrapper {
    margin-left: 30px;
  }

  .destinations__h {
    font-size: 2rem;
  }

  .globe__inner {
    flex-direction: column;
  }

  .globe__p {
    margin-bottom: 30px;
  }

  .img-cards__h {
    font-size: 2.5rem;
  }

  .img-cards__inner {
    flex-direction: column;
  }

  .img-cards__wrapper {
    max-width: 100%;
  }

  .ctav2__txt-wrapper {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 30px;
  }

  .footer__content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .country-header__h {
    font-size: 3rem;
  }

  .country-header__p {
    font-size: 1rem;
  }

  .country-header__inner {
    width: 100%;
    min-height: 340px;
    margin-left: 0;
    margin-right: 0;
  }

  .plans__inner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 15px;
  }

  .plans__h {
    margin-right: 0;
    font-size: 2.5rem;
  }

  .description {
    padding-bottom: 60px;
  }

  .steps {
    padding-top: 0;
    padding-bottom: 0;
  }

  .country-header {
    padding-bottom: 45px;
  }

  .steps__grid {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 45px 1fr;
    display: flex;
  }

  .steps__single {
    grid-template-rows: auto;
    grid-template-columns: 45px 1fr;
  }

  .countries__collection__grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq__h {
    font-size: 2.5rem;
  }

  .header__nav__a-wrapper, .pricesv2__big-img__img, .pricesv2__big-img {
    display: none;
  }

  .pricesv2__row.is--top, .pricesv2__row.is--bottom {
    flex-direction: column;
    align-items: stretch;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-img__inner {
    grid-column-gap: 45px;
    grid-row-gap: 60px;
  }

  .onze-missie {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .onze-missie__grid {
    grid-template-columns: 1fr 1fr;
  }

  .onze-missie__p {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-gegevens {
    padding-top: 60px;
  }

  .img-cards__-rails {
    margin-right: 0;
  }

  .img-cards__cart {
    margin-bottom: 30px;
    position: static;
  }

  .quick-search__item {
    width: 50%;
  }

  .rich-text {
    padding-bottom: 60px;
  }

  .rich-text__block h2 {
    margin-top: 60px;
    font-size: 2.5rem;
  }

  .general-h {
    font-size: 2.5rem;
    line-height: 1em;
  }

  .top-countries {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-countries__h {
    font-size: 2.5rem;
  }

  .search-block {
    height: auto;
  }

  .search-block__h {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .search-block__txt-wrapper {
    flex: none;
    width: 60%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .search-block__search {
    padding-left: 20px;
  }

  .page-header-small__inner {
    flex-direction: column;
    padding-top: 360px;
  }

  .page-header-small__bg-img {
    width: 100%;
    height: 300px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .benefits__grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefits__single.is--big {
    padding-right: 60px;
  }

  .benefits__single__icon {
    top: 15px;
    right: 20px;
  }

  .steps__single__arrow {
    display: none;
  }

  .important {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .impotant__single__h {
    margin-bottom: 15px;
  }

  .important__h {
    margin-bottom: 30px;
    margin-right: 0;
    font-size: 2.5rem;
  }

  .important__flex {
    flex-direction: column;
  }

  .steps__single__img {
    display: none;
  }

  .header__nav__ham {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: var(--gosim-smoke);
    cursor: pointer;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .header__ham__bar-3 {
    background-color: var(--gosim-dark-blue);
    flex: none;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav__mob-menu {
    background-color: var(--gosim-white);
    height: 0;
    margin-top: 70px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .header__ham__bar-2, .header__ham__bar-1 {
    background-color: var(--gosim-dark-blue);
    flex: none;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .plans__inner__plans-grid-wrapper {
    width: 100%;
  }

  .country-header__flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .country-header__scroll-down {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .img-cards {
    padding-top: 60px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .home-text__h {
    font-size: 2rem;
  }

  .center-text__p {
    font-size: 1rem;
  }

  .home-header {
    padding-bottom: 0;
  }

  .nav {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header__nav__menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .header__txt-wrapper {
    margin-left: 30px;
  }

  .header__h {
    font-size: 2.5rem;
  }

  .header__p {
    font-size: 1.5rem;
  }

  .header__search-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 30px;
  }

  .search {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .search-input {
    padding-left: 15px;
    font-size: 1rem;
  }

  .search-input::placeholder {
    font-size: 1rem;
  }

  .search-button {
    color: var(--gosim-blue);
    width: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-header__h {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .page-header__txt-wrapper {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .destinations__h {
    font-size: 2rem;
  }

  .destinations__txt-wrapper {
    max-width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .prices__continent__right {
    padding-left: 15px;
  }

  .globe__h {
    font-size: 2.5rem;
  }

  .cards__single.is--globe {
    padding-bottom: 115px;
  }

  .cards__inner {
    grid-template-columns: 1fr 1fr;
  }

  .ctav2__inner {
    flex-direction: column-reverse;
  }

  .ctav2__txt-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 30px;
  }

  .ctav2__img {
    width: 100%;
    margin-top: 0;
    padding-left: 30px;
  }

  .country-header__h {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .country-header__inner {
    padding: 25px;
  }

  .plans__inner {
    padding-left: 0;
  }

  .plans__h {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .plans__grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
  }

  .plans__single {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .description__inner {
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
  }

  .tabs__pane__img {
    width: 100%;
    max-width: none;
  }

  .steps {
    padding-top: 0;
    padding-bottom: 0;
  }

  .country-header {
    padding: 30px 25px;
  }

  .ctav2__blue-circle-wrapper {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .countries__single {
    flex-direction: column;
    padding: 15px;
  }

  .countries__single__img-wrapper {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .top-bar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .top-bar__tabs {
    display: none;
  }

  .header__search__btn-icon {
    right: 15px;
  }

  .pricesv2 {
    padding-bottom: 60px;
  }

  .pricesv2__row.is--top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .globe__rails {
    margin-bottom: 30px;
  }

  .globe__cart {
    margin-right: 0;
  }

  .quick-search {
    padding-top: 55px;
    padding-left: 5px;
    padding-right: 5px;
    left: 15px;
    right: 15px;
  }

  .quick-search__item {
    width: 100%;
  }

  .quick-search__collection {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rich-text__block h2 {
    margin-top: 60px;
    line-height: 1em;
  }

  .tabs {
    width: 100%;
    padding: 0;
  }

  .top-countries {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-countries__h {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .top-countries__p {
    max-width: 500px;
  }

  .search-block__txt-wrapper {
    width: 100%;
  }

  .search-block__-btn {
    color: var(--gosim-blue);
    width: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-search__btn-icon {
    right: 15px;
  }

  .page-header-small__inner {
    padding: 260px 30px 45px;
  }

  .page-header-small__bg-img {
    height: 220px;
  }

  .page-header-small {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nooverflow {
    margin-bottom: -31px;
  }

  .benefits__grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: start;
  }

  .benefits__img {
    max-height: 400px;
  }

  .plans__fade {
    width: 60px;
    right: -60px;
  }

  .plans__fade.is--2 {
    width: 0;
  }

  .steps__inner-bg {
    padding: 60px 30px;
  }

  .plans__inner__plans-grid-wrapper {
    margin-right: 0;
  }

  .banner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .banner__txt {
    line-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.is--small {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-v2 {
    padding-top: 60px;
  }

  .home-text__h, .home-text__h.is--smaller {
    font-size: 2rem;
  }

  .home-header {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-header__inner {
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__nav__logo {
    max-width: 90px;
  }

  .header__nav__logo-a.w--current {
    flex: 0 auto;
    margin-right: 15px;
  }

  .header__nav__menu {
    flex: 1;
    justify-content: flex-end;
    align-items: stretch;
  }

  .header__nav__menu__btn {
    flex: none;
    padding: 10px 15px;
  }

  .header__bg-img {
    height: 100%;
  }

  .header__nav__logo__overlay {
    width: 60px;
  }

  .header__txt-wrapper {
    margin-left: 15px;
  }

  .header__h {
    margin-bottom: 5px;
    font-size: 2rem;
    line-height: 2rem;
  }

  .header__p {
    margin-top: 0;
    font-size: 1rem;
  }

  .header__trustpilot {
    padding-top: 8px;
    font-size: .75rem;
  }

  .search-input {
    flex: 0 auto;
  }

  .page-header {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-header__inner {
    min-height: 200px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 0;
  }

  .page-header__h {
    font-size: 2rem;
    line-height: 2rem;
  }

  .page-header__txt-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .background-video {
    width: 100%;
    height: 100%;
  }

  .btn {
    flex: none;
    margin-right: 0;
    padding: 8px 18px;
    font-size: 1rem;
    display: inline-block;
  }

  .btn__txt {
    flex: none;
    font-size: 1rem;
  }

  .prices__continent__left {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .prices__continent__h {
    margin-bottom: 10px;
  }

  .prices__continent__p {
    margin-bottom: 15px;
  }

  .prices__continent__right {
    align-items: stretch;
  }

  .prices__continent__bulletpoint {
    font-size: 1rem;
  }

  .home-text__btn-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .globe__h {
    font-size: 2rem;
  }

  .cards__inner {
    grid-template-columns: 1fr;
  }

  .img-cards__h {
    font-size: 2rem;
  }

  .img-cards__single {
    padding-left: 25px;
    padding-right: 25px;
  }

  .img-cards__img {
    display: none;
  }

  .img-cards__single__h {
    font-size: 1.5rem;
  }

  .ctav2__h {
    font-size: 2rem;
  }

  .footer__content {
    grid-template-columns: 1fr;
  }

  .country-header__h {
    text-align: center;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .country-header__txt-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .country-header__p {
    line-height: 120%;
  }

  .country-header__provider-logo {
    margin-right: 0;
  }

  .country-header__inner {
    justify-content: space-between;
    align-items: center;
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .plans {
    padding-bottom: 60px;
  }

  .plans__h {
    font-size: 2rem;
  }

  .plans__grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .plans__single {
    max-width: 200px;
  }

  .plans__single__data {
    font-size: 2rem;
  }

  .tabs__menu__p {
    font-size: .9rem;
    display: inline-block;
  }

  .tabs__menu__a, .tabs__menu__a.w--current {
    display: inline-block;
  }

  .tabs-menu {
    align-items: center;
    display: inline-block;
  }

  .steps {
    padding-top: 0;
  }

  .country-header {
    padding-bottom: 0;
  }

  .steps__single {
    grid-template-columns: 30px 1fr;
    align-content: start;
    align-items: start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .steps__single__h {
    font-size: 2rem;
    line-height: 2rem;
  }

  .ctav2__blue-circle-wrapper {
    height: 30%;
  }

  .countries__single__h {
    font-size: 1.125rem;
  }

  .picture__text {
    padding-bottom: 60px;
  }

  .picture-text__inner {
    grid-template-columns: 1fr;
  }

  .faq__h {
    font-size: 2rem;
  }

  .faq__top {
    margin-right: -15px;
    padding-left: 15px;
  }

  .faq__top__close {
    flex: none;
  }

  .faq__top__txt {
    padding-right: 0;
    line-height: 120%;
  }

  .faq__item {
    padding-right: 15px;
  }

  .faq__bottom__p {
    margin-left: 15px;
  }

  .line {
    height: 100%;
  }

  .prices__btn-wrapper {
    margin-top: 15px;
  }

  .top-bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-bar__contact__txt {
    font-size: 14px;
  }

  .header__inner {
    align-items: center;
  }

  .pricesv2__continent {
    flex-direction: column;
    height: auto;
  }

  .pricesv2__row.is--top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricesv2__row.is--bottom {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .onze-missie {
    padding-top: 6px;
  }

  .onze-missie__grid {
    grid-template-columns: 1fr;
  }

  .img-cards__expand {
    width: 100%;
    padding-right: 15px;
  }

  .quick-search__img {
    margin-right: 0;
  }

  .quick-search__item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .quick-search__collection {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quick-search__item__a {
    flex-direction: column;
  }

  .countries__single__icon {
    font-size: 64px;
  }

  .rich-text__block h2, .general-h, .top-countries__h, .search-block__h {
    font-size: 2rem;
  }

  .nooverflow {
    display: none;
  }

  .benefits__single.is--big {
    padding-left: 15px;
    padding-right: 45px;
  }

  .benefits__single__h {
    margin-right: 35px;
  }

  .important__single {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .important__single__img {
    font-size: 64px;
  }

  .important__h {
    font-size: 2rem;
  }

  .is--hide-mobile {
    display: none;
  }

  .plans__inner__plans-grid-wrapper {
    flex: none;
  }

  .esim-center-text {
    padding-top: 60px;
  }
}

#w-node-f013484c-7db3-6d92-82bf-cf28f1a3bbbb-9e7388cf, #w-node-_9eb764b7-3b39-25f6-d189-550a3dec7669-9e7388cf, #w-node-_53f582ac-f3c2-d05d-3b62-3ae876da1060-76da1056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c11a3772-34b5-2804-5174-6d4ce02b6c9e-76da1056 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_53f582ac-f3c2-d05d-3b62-3ae876da1065-76da1056 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1517d694-5c92-15aa-b340-ee70696af652-76da1056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53f582ac-f3c2-d05d-3b62-3ae876da1066-76da1056, #w-node-_53f582ac-f3c2-d05d-3b62-3ae876da106c-76da1056 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7400dec3-d1b6-8ef4-fefa-b202a76be32f-7a69de4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b55302a2-4926-8121-6777-049269278687-7a69de4c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3f940d05-5263-768c-03eb-6ac467e3d677-9e7388d1, #w-node-_3f940d05-5263-768c-03eb-6ac467e3d681-9e7388d1, #w-node-_3f940d05-5263-768c-03eb-6ac467e3d67a-9e7388d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2ee6919a-dddb-73fb-9bdf-cd2d20a2b97f-9e7388d1 {
  justify-self: end;
}

#w-node-_2c1e6d50-6bc8-8aa7-7509-e011a6393a77-9e7388d1, #w-node-a8819202-73bf-4b5d-843a-4c20d29f3ce7-9e7388d1, #w-node-_2c1e6d50-6bc8-8aa7-7509-e011a6393a7a-9e7388d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1414835f-d295-5984-c11e-ba53a017c4ad-9e7388d1 {
  justify-self: end;
}

#w-node-f302b7ea-2a67-5cb7-3d2e-15625a5f749b-9e7388d1, #w-node-a41ab7d8-7601-3290-40d5-8710a7f048df-9e7388d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6168a85-f058-4f70-02c5-1e8398980767-9e7388d1 {
  justify-self: end;
}

#w-node-d4a2178c-356f-f20b-795b-63dd4ffbd0ae-9e7388d1, #w-node-_42157d05-1da3-969d-68ad-259c0f187b4b-9e7388d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11986c5a-2b7a-9582-c556-f8943389dfbe-9e7388d1 {
  justify-self: end;
}

#w-node-c9a8109d-bf83-3480-2774-e2aa426bffd5-9e7388d1, #w-node-b68bf840-b463-ca70-baae-937a02730ee7-9e7388d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a720a8e4-1989-8382-d822-702b5960b5e8-9e7388d1 {
  justify-self: end;
}

#w-node-_2ed3295c-f9a4-00b9-8d6a-0d774b01f21f-9e7388d1, #w-node-_100b0903-9f3c-f0bd-4f86-0019f28a8149-9e7388d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e955c9a-c1d0-8f70-9546-7ffaae6f6274-9e7388d1 {
  justify-self: end;
}

#w-node-_11600991-a87e-6b1c-433e-0ab347a4a9ca-9e7388d1, #w-node-_11600991-a87e-6b1c-433e-0ab347a4a9cc-9e7388d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11600991-a87e-6b1c-433e-0ab347a4a9d5-9e7388d1 {
  justify-self: end;
}

#w-node-e24ee05d-4c9a-57c8-f1ac-8800c820a011-9e7388d1, #w-node-_5993650e-a20a-e1b9-6a82-226164850a40-9e7388d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51e04cd3-bb93-6d68-2fee-573ea5e45e21-9e7388d1 {
  justify-self: end;
}

#w-node-ffc9d5d2-8764-916d-ad4a-c53fe7369208-9e7388d1, #w-node-_00346923-6598-12fc-0e5d-10d87a265d9a-7a265d7e, #w-node-_00346923-6598-12fc-0e5d-10d87a265da1-7a265d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c927c97d-f73c-6cd4-3970-b96556f0f8ac-56f0f8a9 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-b61e4819-1b74-ca19-f88a-e2e1137067a4-56f0f8a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c927c97d-f73c-6cd4-3970-b96556f0f8b0-56f0f8a9, #w-node-c927c97d-f73c-6cd4-3970-b96556f0f8b2-56f0f8a9 {
  align-self: start;
}

#w-node-da01eb9a-b51f-d9eb-c3fe-747e05c73c81-56f0f8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2aeaa54-8d5c-c2a1-2df9-a90bcb878b0f-56f0f8a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c927c97d-f73c-6cd4-3970-b96556f0f8b5-56f0f8a9, #w-node-c927c97d-f73c-6cd4-3970-b96556f0f8b7-56f0f8a9 {
  align-self: start;
}

#w-node-_0efa34fa-9ae4-1b9d-3c26-751b33c55e9f-56f0f8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea2254b9-0a0c-ff8b-21bc-1d0196eb48aa-56f0f8a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c927c97d-f73c-6cd4-3970-b96556f0f8ba-56f0f8a9 {
  align-self: start;
}

#w-node-_83077bee-fdfd-c34a-fd8f-43e9889c5dbc-56f0f8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_310acb76-0aef-c978-2fa8-1bd04628a521-56f0f8a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c927c97d-f73c-6cd4-3970-b96556f0f8bf-56f0f8a9, #w-node-c927c97d-f73c-6cd4-3970-b96556f0f8c1-56f0f8a9 {
  align-self: start;
}

#w-node-_203b7ac6-db1e-af08-c0ff-f1f53b4a1d82-3b4a1d7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf4b79e9-b7bb-e367-216c-f9f67783fd4e-3b4a1d7c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_203b7ac6-db1e-af08-c0ff-f1f53b4a1d88-3b4a1d7c, #w-node-_203b7ac6-db1e-af08-c0ff-f1f53b4a1d8e-3b4a1d7c, #w-node-_203b7ac6-db1e-af08-c0ff-f1f53b4a1d94-3b4a1d7c, #w-node-_203b7ac6-db1e-af08-c0ff-f1f53b4a1d9a-3b4a1d7c, #w-node-_203b7ac6-db1e-af08-c0ff-f1f53b4a1da0-3b4a1d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992a7afe-0884-2811-4656-2751d26869d5-9e7388d6 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_1b6304b8-06c3-7b11-7235-25a1b08e49ea-9e7388d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e887adc0-e5f4-b707-f631-439e7ac4f6a7-9e7388d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a889c6ad-6375-d09c-b5ff-06a0a9ee3448-9e7388d9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-ded5842f-a44c-0e00-f908-5a4b63c0a5f0-9e7388d9, #w-node-_8318a675-b4a6-ecc2-d344-9c50d8a9bad0-9e7388d9, #w-node-_1a9b7f77-0122-6e8d-d009-e572b6f2096b-9e7388d9, #w-node-_8f2c6873-6fce-2018-0090-9e816903e5d4-9e7388d9, #w-node-_5c8f4d09-fc99-3ad1-38b6-995f282718a9-9e7388d9, #w-node-e31ca0b7-25b5-8d93-86ab-baf64954858f-9e7388d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c927c97d-f73c-6cd4-3970-b96556f0f8af-56f0f8a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_203b7ac6-db1e-af08-c0ff-f1f53b4a1da0-3b4a1d7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_53f582ac-f3c2-d05d-3b62-3ae876da1060-76da1056, #w-node-c11a3772-34b5-2804-5174-6d4ce02b6c9e-76da1056, #w-node-_53f582ac-f3c2-d05d-3b62-3ae876da1065-76da1056, #w-node-_1517d694-5c92-15aa-b340-ee70696af652-76da1056, #w-node-_53f582ac-f3c2-d05d-3b62-3ae876da1066-76da1056, #w-node-b61e4819-1b74-ca19-f88a-e2e1137067a4-56f0f8a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_203b7ac6-db1e-af08-c0ff-f1f53b4a1d82-3b4a1d7c, #w-node-bf4b79e9-b7bb-e367-216c-f9f67783fd4e-3b4a1d7c, #w-node-_203b7ac6-db1e-af08-c0ff-f1f53b4a1d88-3b4a1d7c, #w-node-_203b7ac6-db1e-af08-c0ff-f1f53b4a1da0-3b4a1d7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53f582ac-f3c2-d05d-3b62-3ae876da1060-76da1056 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53f582ac-f3c2-d05d-3b62-3ae876da1065-76da1056 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1517d694-5c92-15aa-b340-ee70696af652-76da1056 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bf4b79e9-b7bb-e367-216c-f9f67783fd4e-3b4a1d7c, #w-node-_1b6304b8-06c3-7b11-7235-25a1b08e49ea-9e7388d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/neuehaasdisplaybold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplayroman';
  src: url('../fonts/neuehaasdisplayroman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SharpGrotesk SemiBold';
  src: url('../fonts/sharpgroteskpetrialsmbold-21-bf646589d82a687.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk Bold';
  src: url('../fonts/sharpgroteskpetrialsmbold-25-bf646589e3860d3.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}