.homeSearcher-wrapper {
  padding: 0 50px 50px 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  min-height: var(--search_section_min_height);
  padding-top: 75px;
}


.homeSearcher-wrapper .searcher-h1-paragraph {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homeSearcher-wrapper .searcher-h1-paragraph h1 {
  font-size: 5rem;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--color_search_text);
}

.homeSearcher-wrapper .searcher-h1-paragraph p {
  max-width: 75rem;
  margin-bottom: 1rem;
  color: var(--color_search_text);
  text-align: center;
  line-height: 1.5;
}

.homeSearcher-wrapper .searcher-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.homeSearcher-wrapper .searcher-input form {
  width: 100%;
}

.homeSearcher-wrapper .searcher-input form .input-group {
  width: 100%;
}

.homeSearcher-wrapper .searcher-trending-items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.homeSearcher-wrapper.default .searcher-input form .input-group .btn-append {
  padding: 5px 25px;
  border-radius: 5rem;
  font-size: 18px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
}


.homeSearcher-wrapper.default .searcher-input {
  max-width: 550px;
}

.homeSearcher-wrapper.default .searcher-input form .input-group input {
  background-color: var(--color_white);
  border: none;
  min-height: 50px;
  border-radius: 5rem;
  outline: none;
  padding: 5px 80px 5px 20px;
  width: 100%;
  font-size: 16px;
  color: var(--color_gray_555);
  -webkit-transition: .2s;
  transition: .2s;
}

.homeSearcher-wrapper.style_2 .searcher-input form .input-group input::-webkit-input-placeholder,
.homeSearcher-wrapper.style_1 .searcher-input form .input-group input::-webkit-input-placeholder,
.homeSearcher-wrapper.default .searcher-input form .input-group input::-webkit-input-placeholder {
  color: var(--color_gray_555);
}

.homeSearcher-wrapper.style_2 .searcher-input form .input-group input:-ms-input-placeholder,
.homeSearcher-wrapper.style_1 .searcher-input form .input-group input:-ms-input-placeholder,
.homeSearcher-wrapper.default .searcher-input form .input-group input:-ms-input-placeholder {
  color: var(--color_gray_555);
}

.homeSearcher-wrapper.style_2 .searcher-input form .input-group input::-ms-input-placeholder,
.homeSearcher-wrapper.style_1 .searcher-input form .input-group input::-ms-input-placeholder,
.homeSearcher-wrapper.default .searcher-input form .input-group input::-ms-input-placeholder {
  color: var(--color_gray_555);
}

.homeSearcher-wrapper.style_2 .searcher-input form .input-group input::placeholder,
.homeSearcher-wrapper.style_1 .searcher-input form .input-group input::placeholder,
.homeSearcher-wrapper.default .searcher-input form .input-group input::placeholder {
  color: var(--color_gray_555);
}

.homeSearcher-wrapper.default .searcher-input form .input-group input:focus,
.homeSearcher-wrapper.default .searcher-input form .input-group input:active {
  box-shadow: 0 0 10px 1px var(--color_search_input);
  border-color: var(--color_search_input);
}

.homeSearcher-wrapper.default .searcher-input form .input-group .btn-append {
  background-color: var(--color_search_input);
}

.homeSearcher-wrapper.default .searcher-input form .input-group .btn-append .icon {
  color: var(--color_white);
}


.homeSearcher-wrapper.default .searcher-trending-items span {
  color: var(--color_search_text);
  font-size: 16px;
}

.homeSearcher-wrapper.default .searcher-trending-items a {
  text-align: center;
  border-radius: 5rem;
  -webkit-transition: .2s;
  transition: .2s;
  color: var(--color_search_text);
  line-height: 1.3;
  padding: 0 5px;
  font-size: 16px;
}

.homeSearcher-wrapper.default .searcher-trending-items a:hover {
  color: var(--color_primary);
}

.homeSearcher-wrapper .not-affiliated {
  color: var(--color_search_text);
  text-align: center;
  padding: 0 20px;
  position: absolute;
  bottom: 30px;
}

.homeSearcher-wrapper .not-affiliated span {
  font-size: 14px;
  color: var(--color_search_text);
  text-transform: uppercase;
}

/*style_1*/

.homeSearcher-wrapper.style_1 .searcher-input {
  max-width: 750px;
}

.homeSearcher-wrapper.style_1 .searcher-input form .input-group input {
  background-color: var(--color_white);
  min-height: 50px;
  border-radius: 1rem;
  outline: none;
  padding: 5px 80px 5px 20px;
  width: 100%;
  font-size: 16px;
  color: var(--color_gray_555);
  border: 1px solid var(--color_search_input);
  -webkit-transition: .2s;
  transition: .2s;
}

.homeSearcher-wrapper.style_1 .searcher-input form .input-group input:focus,
.homeSearcher-wrapper.style_1 .searcher-input form .input-group input:active {
  box-shadow: 0 0 10px 3px var(--color_search_input);
}

.homeSearcher-wrapper.style_1 .searcher-input form .input-group .btn-append {
  background-color: unset;
}

.homeSearcher-wrapper.style_1 .searcher-input form .input-group .btn-append .icon {
  color: var(--color_search_input);
}


.homeSearcher-wrapper.style_1 .searcher-trending-items span {
  color: var(--color_trending_text);
  font-size: 16px;
}

.homeSearcher-wrapper.style_1 .searcher-trending-items a {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
  -webkit-transition: .2s;
  transition: .2s;
  color: var(--color_trending_text);
  background-color: var(--color_trending_bg);
  line-height: 1.3;
  padding: 10px;
}

.homeSearcher-wrapper.style_1 .searcher-trending-items a:hover {
  color: var(--color_primary);
  background-color: var(--color_white);
}

/*end style_1*/

/*style_2*/

.homeSearcher-wrapper.style_2 .searcher-input {
  max-width: 500px;
}

.homeSearcher-wrapper.style_2 .searcher-input form .input-group input {
  background-color: var(--color_white);
  min-height: 50px;
  border-radius: 5px;
  outline: none;
  padding: 5px 80px 5px 20px;
  width: 100%;
  font-size: 16px;
  color: var(--color_gray_555);
  border: 1px solid var(--color_search_input);
  -webkit-transition: .2s;
  transition: .2s;
}

.homeSearcher-wrapper.style_2 .searcher-input form .input-group input:focus,
.homeSearcher-wrapper.style_2 .searcher-input form .input-group input:active {
  box-shadow: 0 0 10px 3px var(--color_search_input);
}

.homeSearcher-wrapper.style_2 .searcher-input form .input-group .btn-append {
  background-color: var(--color_search_input);
  color: var(--color_search_text);
  width: 40%;
  padding: 0;
  border-radius: 5px;
  height: 46px;
  top: 2px;
  right: 2px;
}

.homeSearcher-wrapper.style_2 .searcher-trending-items {
  gap: 30px
}

.homeSearcher-wrapper.style_2 .searcher-trending-items span {
  color: var(--color_trending_text);
  font-size: 16px;
}

.homeSearcher-wrapper.style_2 .searcher-trending-items a {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
  -webkit-transition: .2s;
  transition: .2s;
  color: var(--color_trending_text);
  background-color: var(--color_trending_bg);
  line-height: 1.3;
  padding: 15px 20px;
}

.homeSearcher-wrapper.style_2 .searcher-trending-items a:hover {
  color: var(--color_primary);
  background-color: var(--color_white);
}

/*end style_2*/

/*style_3*/

.homeSearcher-wrapper.style_3 .searcher-input {
  max-width: 90%;
}

.homeSearcher-wrapper.style_3 .searcher-input form .input-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeSearcher-wrapper.style_3 .searcher-input form .input-group .search-icon-start {
  position: absolute;
  left: 15px;
  top: 15px;
  color: var(--color_gray_555);
}

.homeSearcher-wrapper.style_3 .searcher-input form .input-group .search-icon-start::before {
  font-weight: 100;
  color: var(--color_gray_555);
}


.homeSearcher-wrapper.style_3 .searcher-input form .input-group input {
  background-color: var(--color_white);
  min-height: 45px;
  border-radius: 5px;
  outline: none;
  padding: 5px 80px 5px 30px;
  width: 100%;
  font-size: 16px;
  color: var(--color_gray_555);
  border: 2px solid var(--color_search_input);
  -webkit-transition: .2s;
  transition: .2s;
}

.homeSearcher-wrapper.style_3 .searcher-input form .input-group input:focus,
.homeSearcher-wrapper.style_3 .searcher-input form .input-group input:active {
  box-shadow: 0 0 10px 3px var(--color_search_input);
}

.homeSearcher-wrapper.style_3 .searcher-input form .input-group .btn-append {
  display: flex;
  justify-content: center;
  gap: 5px;
  background-color: var(--color_search_input);
  color: var(--color_search_text);
  width: 20%;
  padding: 0;
  border-radius: 5px;
  height: 45px;
  top: 0;
  right: 0;
}

.homeSearcher-wrapper.style_3 .searcher-input form .input-group .btn-append .icon {
  color: var(--color_search_text);
}

.homeSearcher-wrapper.style_3 .searcher-trending-items {
  gap: 10px
}

.homeSearcher-wrapper.style_3 .searcher-trending-items span {
  color: var(--color_trending_text);
  font-size: 16px;
}

.homeSearcher-wrapper.style_3 .searcher-trending-items a {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
  -webkit-transition: .2s;
  transition: .2s;
  color: var(--color_trending_text);
  background-color: var(--color_trending_bg);
  line-height: 1.3;
  padding: 15px 20px;
}

.homeSearcher-wrapper.style_3 .searcher-trending-items a:hover {
  color: var(--color_primary);
  background-color: var(--color_white);
}

/*end style_3*/

.section-container.section-index-countries {
  background-color: var(--color_countries_section_bg_color);
}

.countries-wrapper.default {
  display: flex;
  flex-direction: column;
}

.countries-wrapper.default .section-header {
  align-self: flex-start;
  align-items: flex-start;
}

.countries-wrapper.default .section-header p {
  text-align: left;
}


.countries-wrapper.default .countries-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: center;
}

.countries-wrapper.default .countries-list .country-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: var(--color_countries_section_items_bg_color);
  border-radius: 12px;
  padding: 15px 30px;
  box-shadow: 0 4px 10px var(--color_gray_555);
  transition: transform 0.2s ease;
}

.countries-wrapper.default .countries-list .country-card:hover {
  transform: scale(1.05);
}

.countries-wrapper.default .countries-list .country-card .country-flag img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--color_gray_555);
}

.countries-wrapper.default .countries-list .country-card .country-name {
  margin-top: 10px;
  font-weight: 600;
  color: var(--color_black);
}


.countries-wrapper.style_1 {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}

.countries-wrapper.style_1 .section-header {
  align-self: flex-start;
  align-items: flex-start;
  padding: 0;
}

.countries-wrapper.style_1 .section-header .section-title {
  font-size: 32px;
  font-weight: bold;
}

.countries-wrapper.style_1 .section-header .section-paragraph {
  text-align: right;
  max-width: 100%;
}

.countries-wrapper.style_1 .countries-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  align-self: center;
}

.countries-wrapper.style_1 .countries-list .country-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: var(--color_countries_section_items_bg_color);
  border-radius: 50%;
  padding: 30px 20px;
  width: 180px;
  height: 180px;
  box-shadow: 0 4px 15px var(--color_gray_555);
  transition: transform 0.2s ease;
}

.countries-wrapper.style_1 .countries-list .country-card:hover {
  transform: scale(1.15);
}

.countries-wrapper.style_1 .countries-list .country-card .country-flag img {
  width: 50px;
  height: 50px;
}

.countries-wrapper.style_1 .countries-list .country-card .country-name {
  font-weight: 600;
  text-align: center;
}

.countries-wrapper.style_1 .countries-list .country-card .country-description {
  font-size: 12px;
  text-align: center;
  line-height: 10px;
}

.countries-wrapper.style_3,
.countries-wrapper.style_2 {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}

.countries-wrapper.style_3 .section-header,
.countries-wrapper.style_2 .section-header {
  align-self: flex-start;
  align-items: flex-start;
  padding: 0;
}

.countries-wrapper.style_3 .section-header .section-title a,
.countries-wrapper.style_2 .section-header .section-title a {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  color: var(--color_black);
}

.countries-wrapper.style_3 .section-header .section-paragraph,
.countries-wrapper.style_2 .section-header .section-paragraph {
  text-align: left;
  max-width: 100%;
}

.countries-wrapper.style_3 .countries-list,
.countries-wrapper.style_2 .countries-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  align-self: center;
}

.countries-wrapper.style_3 .countries-list .country-card,
.countries-wrapper.style_2 .countries-list .country-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: var(--color_countries_section_items_bg_color);
  border-radius: 16px;
  width: 200px;
  height: auto;
  box-shadow: 0 4px 15px var(--color_gray_555);
  transition: transform 0.2s ease;
}

.countries-wrapper.style_3 .countries-list .country-card:hover,
.countries-wrapper.style_2 .countries-list .country-card:hover {
  transform: scale(1.1);
}

.countries-wrapper.style_2 .countries-list .country-card .country-flag {
  width: 100%;
  height: 150px;
  max-width: 100%;
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countries-wrapper.style_2 .countries-list .country-card .country-flag img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid var(--color_white);
  box-shadow: 0 4px 10px var(--color_gray_555);
}

.countries-wrapper.style_3 .countries-list .country-card .country-text,
.countries-wrapper.style_2 .countries-list .country-card .country-text {
  background-color: var(--color_white);
  border-radius: 0 0 16px 16px;
}

.countries-wrapper.style_3 .countries-list .country-card .country-name,
.countries-wrapper.style_2 .countries-list .country-card .country-name {
  font-weight: 700;
  text-align: center;
}

.countries-wrapper.style_3 .countries-list .country-card .country-description,
.countries-wrapper.style_2 .countries-list .country-card .country-description {
  font-size: 14px;
  text-align: center;
}


.countries-wrapper.style_3 .countries-list .country-card .country-flag {
  width: 100%;
  height: 200px;
  max-width: 100%;
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countries-wrapper.style_3 .countries-list .country-card .country-flag img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color_white);
  box-shadow: 0 4px 10px var(--color_gray_555);
}

@media screen and (max-width: 768px) {
  .homeSearcher-wrapper {
    padding: 0 20px 50px 20px;
  }

  .homeSearcher-wrapper .searcher-h1-paragraph h1 {
    font-size: 3.8rem;
  }

  .homeSearcher-wrapper.style_2 .searcher-trending-items {
    gap: 10px
  }

  .homeSearcher-wrapper.style_3 .searcher-input form .input-group .btn-append {
    width: 35%;
  }

  .countries-wrapper.style_1 .section-header .section-paragraph {
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .homeSearcher-wrapper .searcher-h1-paragraph h1 {
    font-size: 3.2rem;
  }
}