/*https://www.youtube.com/channel/UC6sYDp1bTKWve7dwZPEICqw*/

/*@font-face {
  font-family: "mountains",cursive;
  src: url("../fonts/beyond_the_mountains/beyond_the_mountains.otf") format('otf'),
  url("../fonts/beyond_the_mountains/beyond_the_mountains.ttf") format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }*/


.background-image{
  background-image:url(../images/bg/pag-2.jpg);
}

  @font-face {
    font-family: 'Beyond The Mountains';
    font-style: normal;
    font-weight: normal;
    src: local('Beyond The Mountains'), url('../fonts/beyond_the_mountains/beyond_the_mountains.woff') format('woff');
  }

  .title-modal{
    font-family: "Beyond The Mountains";
    font-size: 1.5em;
    color: #0070c0;;
  }


  .title-logo{
    font-family: "Beyond The Mountains";
    font-size: 2rem;
    color: #0070c0;
    display: inline-block;
    line-height: 30px;
    letter-spacing: 0.20rem;
    padding-top: 10px;
  }


.img-account-profile {
  height: 08rem;
}

.star-rating {
  color: gold;
  display: inline-block;
  font-size: 1em;
  position: relative;
  transform: translate(-6px);
}

.star-rating__max,
.star-rating__current {
  position: absolute;
  top: 0;
}

.star-rating__current {
  overflow: hidden;
  white-space: nowrap;
}

  /*Modal*/
  .test[style] {
   padding-right:0 !important;
 }
 .test.modal-open {
  overflow: auto;
}

.plan:hover {
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.16);
  transform: translate(0, -20px);
}

.badge {
  background-color: #05a5f9;
  z-index: 2;
  border-radius: 5px;
  top: -10px;
  right: 10px;
}

.badge span {
  margin: 5px;
  color: #fff;
  font-weight: 600;
}

.feature-icon .ico {
  padding: 30px;
  background-color: #F4F9FD;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20);
}

/**flag**/

.lang {
  position: absolute;
  right: 50px;
  background-color: transparent;
  border: none;

}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.flag-icon-es {
  background-image: url(../flags/4x3/es.svg);
}

.flag-icon-fr {
  background-image: url(../flags/4x3/fr.svg);
}

.flag-icon-us {
  background-image: url(../flags/4x3/us.svg);
}

.flag-icon-de {
  background-image: url(../flags/4x3/de.svg);
}
/**check**/
.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #05a5f9;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.cbx:hover span:first-child {
  border-color: #05a5f9;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #05a5f9;
  border-color: #05a5f9;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
/**checkb**/

/*btn*/
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background: #0070c0;
  border-color: #0070c0;
}

.btn-primary {
  color: #fff;
  background-color: #0070c0;
  border-color: #0070c0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #05a5f9;
  border-color: #05a5f9;
}

/*card-price*/

a:hover,
a:focus {
  text-decoration:none;
}

.fa {
  color: #FFF;
}
.box-column{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  zoom: 1;
  filter: alpha(opacity=10); opacity: 0.80;
}

.box-top {
  padding: 0px 0px 1px 0;
  background: #dedede;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.img{
  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
  /*display:block;
  margin:auto;*/
}

.box-top {
  background: #fff;
}

.box-bottom {
  background: #FFF;
  padding: 10px 0px;
  /*border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;*/
}


.box-bottom .box-text {
  font-family: 'Nixie One', cursive;
  padding: 2px 0px;
}
.box-bottom .title {
  font-family: "Beyond The Mountains";
  padding-top: 5px;
  font-size: 25px;
  font-weight: 600;
  background: #7f6000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-bottom .meta {
  font-family: "Beyond The Mountains";
  padding-top: 1px;
  font-size: 15px;
  font-weight: 600;
  background: #7f7f7f;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/**hero*/
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-160 {
  padding: 160px 0;
}
.py-180 {
  padding-top: 80px;
}

.py-40 {
  padding: 40px 0;
}

.hero-slider.slick-slider {
  /*margin-bottom: 80px;*/
}

.hero-slider [data-animation-in] {
  opacity: 0;
}

.hero-slider-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  outline: 0;
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(48, 48, 50, 0.5);
  color: #fff;
  border: 0;
  font-size: 25px;
  line-height: 70px;
  opacity: 0;
  transition: all linear .2s;
}

@media (max-width: 575px) {
  .hero-slider .prevArrow,
  .hero-slider .nextArrow {
    display: none;
  }
}

.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}

.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  background: #0070c0;
}

.hero-slider .prevArrow {
  left: 20px;
}

.hero-slider .nextArrow {
  right: 20px;
}

.hero-slider:hover .prevArrow,
.hero-slider:hover .nextArrow {
  opacity: 1;
}

.hero-slider .slick-dots {
  bottom: -81px;
  padding-left: 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.hero-slider .slick-dots li {
  width: 295px;
  height: 80px;
  background: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
  /* @include mobile-xs {
                    width: 50px;
                    } */
                  }

                  @media (max-width: 1199px) {
                    .hero-slider .slick-dots li {
                      width: 230px;
                    }
                  }

                  @media (max-width: 991px) {
                    .hero-slider .slick-dots li {
                      width: 180px;
                    }
                  }

                  @media (max-width: 767px) {
                    .hero-slider .slick-dots li {
                      width: 120px;
                    }
                  }

                  @media (max-width: 575px) {
                    .hero-slider .slick-dots li {
                      width: 25%;
                    }
                  }

                  .hero-slider .slick-dots li::before {
                    position: absolute;
                    content: '';
                    left: 50%;
                    top: -12px;
                    height: 25px;
                    width: 25px;
                    background: #303032;
                    -webkit-transform: translateX(-50%) rotate(-45deg);
                    transform: translateX(-50%) rotate(-45deg);
                    opacity: 0;
                  }

                  .hero-slider .slick-dots li a {
                    display: block;
                    position: relative;
                    text-align: center;
                    transition: .3s ease;
                    color: #303032;
                  }

                  .hero-slider .slick-dots li a i {
                    display: inline-block;
                    font-size: 30px;
                    line-height: 80px;
                    margin-right: 15px;
                    vertical-align: middle;
                  }

                  @media (max-width: 991px) {
                    .hero-slider .slick-dots li a i {
                      font-size: 20px;
                      margin-right: 5px;
                    }
                  }

                  @media (max-width: 767px) {
                    .hero-slider .slick-dots li a i {
                      margin: 0;
                    }
                  }

                  .hero-slider .slick-dots li a span {
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 80px;
                  }

                  @media (max-width: 991px) {
                    .hero-slider .slick-dots li a span {
                      font-size: 15px;
                    }
                  }

                  @media (max-width: 767px) {
                    .hero-slider .slick-dots li a span {
                      display: none;
                    }
                  }

                  .hero-slider .slick-dots li.slick-active {
                    background: #303032;
                  }

                  .hero-slider .slick-dots li.slick-active a {
                    color: #fff;
                  }

                  .hero-slider .slick-dots li.slick-active::before {
                    opacity: 1;
                  }

                  .hero-content h4 {
                    letter-spacing: 2px;
                  }

/*--------------------------------------------------------------
  swipwe slider
  --------------------------------------------------------------*/
  .swiper {
    /* slider dots */
    /* slider arrows */
  }

  .swiper-slider {
    width: 100%;
    min-height: calc(100vh - 150px);
    display: flex;
    position: relative;
    z-index: 0;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .swiper-slide {
    overflow: hidden;
  }

  .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(232, 68, 68, 0.2);
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: #0070c0;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
  }

  .swiper-button-prev, .swiper-button-next {
    background: transparent;
    width: auto;
    height: auto;
    opacity: 0.3;
    text-align: center;
    transition: all 0.3s;
  }

  @media (max-width: 767px) {
    .swiper-button-prev, .swiper-button-next {
      display: none;
    }
  }

  .swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
  }

  .swiper-button-prev {
    left: 25px;
  }

  .swiper-button-prev::before {
    font-family: "themify";
    content: "\e64a";
    font-size: 40px;
    color: #0070c0;
  }

  .swiper-button-next {
    right: 25px;
  }

  .swiper-button-next::before {
    font-family: "themify";
    content: "\e649";
    font-size: 40px;
    color: #0070c0;
  }

  /* 5. progrgess bar start */
  .progressbar-title {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 7px;
    color: #222 !important;
  }

  .progress {
    border-radius: 35px;
    overflow: visible;
    margin-bottom: 35px;
    /* 5.2 progressbar value */
  }

  .progress-bar {
    background-color: #303032;
    border-radius: 35px;
    position: relative;
  }

  .progress-bar-value {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    background: #303032;
    padding: 5px 9px;
    position: absolute;
    top: -35px;
    right: -15px;
    border-radius: 5px;
  }

  .progress-bar-value::before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    background: #303032;
    height: 10px;
    width: 10px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }


  /*Banderas*/
  .AD {
    background: url(../flags/4x3/AD.svg) no-repeat
  }

  .AE {
    background: url(../flags/4x3/AE.svg) no-repeat
  }

  .AF {
    background: url(../flags/4x3/AF.svg) no-repeat
  }

  .AG {
    background: url(../flags/4x3/AG.svg) no-repeat
  }

  .AI {
    background: url(../flags/4x3/AI.svg) no-repeat
  }

  .AL {
    background: url(../flags/4x3/AL.svg) no-repeat
  }

  .AM {
    background: url(../flags/4x3/AM.svg) no-repeat
  }

  .AO {
    background: url(../flags/4x3/AO.svg) no-repeat
  }

  .AR {
    background: url(../flags/4x3/AR.svg) no-repeat
  }

  .AS {
    background: url(../flags/4x3/AS.svg) no-repeat
  }

  .AT {
    background: url(../flags/4x3/AT.svg) no-repeat
  }

  .AU {
    background: url(../flags/4x3/AU.svg) no-repeat
  }

  .AW {
    background: url(../flags/4x3/AW.svg) no-repeat
  }

  .AX {
    background: url(../flags/4x3/AX.svg) no-repeat
  }

  .AZ {
    background: url(../flags/4x3/AZ.svg) no-repeat
  }

  .BA {
    background: url(../flags/4x3/BA.svg) no-repeat
  }

  .BB {
    background: url(../flags/4x3/BB.svg) no-repeat
  }

  .BD {
    background: url(../flags/4x3/BD.svg) no-repeat
  }

  .BE {
    background: url(../flags/4x3/BE.svg) no-repeat
  }

  .BF {
    background: url(../flags/4x3/BF.svg) no-repeat
  }

  .BG {
    background: url(../flags/4x3/BG.svg) no-repeat
  }

  .BH {
    background: url(../flags/4x3/BH.svg) no-repeat
  }

  .BI {
    background: url(../flags/4x3/BI.svg) no-repeat
  }

  .BJ {
    background: url(../flags/4x3/BJ.svg) no-repeat
  }

  .BL {
    background: url(../flags/4x3/BL.svg) no-repeat
  }

  .BM {
    background: url(../flags/4x3/BM.svg) no-repeat
  }

  .BN {
    background: url(../flags/4x3/BN.svg) no-repeat
  }

  .BO {
    background: url(../flags/4x3/BO.svg) no-repeat
  }

  .BR {
    background: url(../flags/4x3/BR.svg) no-repeat
  }

  .BS {
    background: url(../flags/4x3/BS.svg) no-repeat
  }

  .BT {
    background: url(../flags/4x3/BT.svg) no-repeat
  }

  .BV {
    background: url(../flags/4x3/BV.svg) no-repeat
  }

  .BW {
    background: url(../flags/4x3/BW.svg) no-repeat
  }

  .BY {
    background: url(../flags/4x3/BY.svg) no-repeat
  }

  .BZ {
    background: url(../flags/4x3/BZ.svg) no-repeat
  }

  .CA {
    background: url(../flags/4x3/CA.svg) no-repeat
  }

  .CC {
    background: url(../flags/4x3/CC.svg) no-repeat
  }

  .CD {
    background: url(../flags/4x3/CD.svg) no-repeat
  }

  .CF {
    background: url(../flags/4x3/CF.svg) no-repeat
  }

  .CG {
    background: url(../flags/4x3/CG.svg) no-repeat
  }

  .CH {
    background: url(../flags/4x3/CH.svg) no-repeat
  }

  .CI {
    background: url(../flags/4x3/CI.svg) no-repeat
  }

  .CK {
    background: url(../flags/4x3/CK.svg) no-repeat
  }

  .CL {
    background: url(../flags/4x3/CL.svg) no-repeat
  }

  .CM {
    background: url(../flags/4x3/CM.svg) no-repeat
  }

  .CN {
    background: url(../flags/4x3/CN.svg) no-repeat
  }

  .CO {
    background: url(../flags/4x3/CO.svg) no-repeat
  }

  .CR {
    background: url(../flags/4x3/CR.svg) no-repeat
  }

  .CU {
    background: url(../flags/4x3/CU.svg) no-repeat
  }

  .CV {
    background: url(../flags/4x3/CV.svg) no-repeat
  }

  .CW {
    background: url(../flags/4x3/CW.svg) no-repeat
  }

  .CX {
    background: url(../flags/4x3/CX.svg) no-repeat
  }

  .CY {
    background: url(../flags/4x3/CY.svg) no-repeat
  }

  .CZ {
    background: url(../flags/4x3/CZ.svg) no-repeat
  }

  .DE {
    background: url(../flags/4x3/DE.svg) no-repeat
  }

  .DJ {
    background: url(../flags/4x3/DJ.svg) no-repeat
  }

  .DK {
    background: url(../flags/4x3/DK.svg) no-repeat
  }

  .DM {
    background: url(../flags/4x3/DM.svg) no-repeat
  }

  .DO {
    background: url(../flags/4x3/DO.svg) no-repeat
  }

  .DZ {
    background: url(../flags/4x3/DZ.svg) no-repeat
  }

  .EC {
    background: url(../flags/4x3/EC.svg) no-repeat
  }

  .EE {
    background: url(../flags/4x3/EE.svg) no-repeat
  }

  .EG {
    background: url(../flags/4x3/EG.svg) no-repeat
  }

  .ER {
    background: url(../flags/4x3/ER.svg) no-repeat
  }

  .ES {
    background: url(../flags/4x3/ES.svg) no-repeat
  }

  .ET {
    background: url(../flags/4x3/ET.svg) no-repeat
  }

  .EU {
    background: url(../flags/4x3/EU.svg) no-repeat
  }

  .FI {
    background: url(../flags/4x3/FI.svg) no-repeat
  }

  .FJ {
    background: url(../flags/4x3/FJ.svg) no-repeat
  }

  .FK {
    background: url(../flags/4x3/FK.svg) no-repeat
  }

  .FM {
    background: url(../flags/4x3/FM.svg) no-repeat
  }

  .FO {
    background: url(../flags/4x3/FO.svg) no-repeat
  }

  .FR {
    background: url(../flags/4x3/FR.svg) no-repeat
  }

  .GA {
    background: url(../flags/4x3/GA.svg) no-repeat
  }

  .GB-ENG {
    background: url(../flags/4x3/GB-ENG.svg) no-repeat
  }

  .GB-NIR {
    background: url(../flags/4x3/GB-NIR.svg) no-repeat
  }

  .GB-SCT {
    background: url(../flags/4x3/GB-SCT.svg) no-repeat
  }

  .GB-WLS {
    background: url(../flags/4x3/GB-WLS.svg) no-repeat
  }

  .GB-ZET {
    background: url(../flags/4x3/GB-ZET.svg) no-repeat
  }

  .GB {
    background: url(../flags/4x3/GB.svg) no-repeat
  }

  .GD {
    background: url(../flags/4x3/GD.svg) no-repeat
  }

  .GE {
    background: url(../flags/4x3/GE.svg) no-repeat
  }

  .GF {
    background: url(../flags/4x3/GF.svg) no-repeat
  }

  .GG {
    background: url(../flags/4x3/GG.svg) no-repeat
  }

  .GH {
    background: url(../flags/4x3/GH.svg) no-repeat
  }

  .GI {
    background: url(../flags/4x3/GI.svg) no-repeat
  }

  .GL {
    background: url(../flags/4x3/GL.svg) no-repeat
  }

  .GM {
    background: url(../flags/4x3/GM.svg) no-repeat
  }

  .GN {
    background: url(../flags/4x3/GN.svg) no-repeat
  }

  .GP {
    background: url(../flags/4x3/GP.svg) no-repeat
  }

  .GQ {
    background: url(../flags/4x3/GQ.svg) no-repeat
  }

  .GR {
    background: url(../flags/4x3/GR.svg) no-repeat
  }

  .GS {
    background: url(../flags/4x3/GS.svg) no-repeat
  }

  .GT {
    background: url(../flags/4x3/GT.svg) no-repeat
  }

  .GU {
    background: url(../flags/4x3/GU.svg) no-repeat
  }

  .GW {
    background: url(../flags/4x3/GW.svg) no-repeat
  }

  .GY {
    background: url(../flags/4x3/GY.svg) no-repeat
  }

  .HK {
    background: url(../flags/4x3/HK.svg) no-repeat
  }

  .HM {
    background: url(../flags/4x3/HM.svg) no-repeat
  }

  .HN {
    background: url(../flags/4x3/HN.svg) no-repeat
  }

  .HR {
    background: url(../flags/4x3/HR.svg) no-repeat
  }

  .HT {
    background: url(../flags/4x3/HT.svg) no-repeat
  }

  .HU {
    background: url(../flags/4x3/HU.svg) no-repeat
  }

  .ID {
    background: url(../flags/4x3/ID.svg) no-repeat
  }

  .IE {
    background: url(../flags/4x3/IE.svg) no-repeat
  }

  .IL {
    background: url(../flags/4x3/IL.svg) no-repeat
  }

  .IM {
    background: url(../flags/4x3/IM.svg) no-repeat
  }

  .IN {
    background: url(../flags/4x3/IN.svg) no-repeat
  }

  .IO {
    background: url(../flags/4x3/IO.svg) no-repeat
  }

  .IQ {
    background: url(../flags/4x3/IQ.svg) no-repeat
  }

  .IR {
    background: url(../flags/4x3/IR.svg) no-repeat
  }

  .IS {
    background: url(../flags/4x3/IS.svg) no-repeat
  }

  .IT {
    background: url(../flags/4x3/IT.svg) no-repeat
  }

  .JE {
    background: url(../flags/4x3/JE.svg) no-repeat
  }

  .JM {
    background: url(../flags/4x3/JM.svg) no-repeat
  }

  .JO {
    background: url(../flags/4x3/JO.svg) no-repeat
  }

  .JP {
    background: url(../flags/4x3/JP.svg) no-repeat
  }

  .KE {
    background: url(../flags/4x3/KE.svg) no-repeat
  }

  .KG {
    background: url(../flags/4x3/KG.svg) no-repeat
  }

  .KH {
    background: url(../flags/4x3/KH.svg) no-repeat
  }

  .KI {
    background: url(../flags/4x3/KI.svg) no-repeat
  }

  .KM {
    background: url(../flags/4x3/KM.svg) no-repeat
  }

  .KN {
    background: url(../flags/4x3/KN.svg) no-repeat
  }

  .KP {
    background: url(../flags/4x3/KP.svg) no-repeat
  }

  .KR {
    background: url(../flags/4x3/KR.svg) no-repeat
  }

  .KW {
    background: url(../flags/4x3/KW.svg) no-repeat
  }

  .KY {
    background: url(../flags/4x3/KY.svg) no-repeat
  }

  .KZ {
    background: url(../flags/4x3/KZ.svg) no-repeat
  }

  .LA {
    background: url(../flags/4x3/LA.svg) no-repeat
  }

  .LB {
    background: url(../flags/4x3/LB.svg) no-repeat
  }

  .LC {
    background: url(../flags/4x3/LC.svg) no-repeat
  }

  .LGBT {
    background: url(../flags/4x3/LGBT.svg) no-repeat
  }

  .LI {
    background: url(../flags/4x3/LI.svg) no-repeat
  }

  .LK {
    background: url(../flags/4x3/LK.svg) no-repeat
  }

  .LR {
    background: url(../flags/4x3/LR.svg) no-repeat
  }

  .LS {
    background: url(../flags/4x3/LS.svg) no-repeat
  }

  .LT {
    background: url(../flags/4x3/LT.svg) no-repeat
  }

  .LU {
    background: url(../flags/4x3/LU.svg) no-repeat
  }

  .LV {
    background: url(../flags/4x3/LV.svg) no-repeat
  }

  .LY {
    background: url(../flags/4x3/LY.svg) no-repeat
  }

  .MA {
    background: url(../flags/4x3/MA.svg) no-repeat
  }

  .MC {
    background: url(../flags/4x3/MC.svg) no-repeat
  }

  .MD {
    background: url(../flags/4x3/MD.svg) no-repeat
  }

  .ME {
    background: url(../flags/4x3/ME.svg) no-repeat
  }

  .MF {
    background: url(../flags/4x3/MF.svg) no-repeat
  }

  .MG {
    background: url(../flags/4x3/MG.svg) no-repeat
  }

  .MH {
    background: url(../flags/4x3/MH.svg) no-repeat
  }

  .MK {
    background: url(../flags/4x3/MK.svg) no-repeat
  }

  .ML {
    background: url(../flags/4x3/ML.svg) no-repeat
  }

  .MM {
    background: url(../flags/4x3/MM.svg) no-repeat
  }

  .MN {
    background: url(../flags/4x3/MN.svg) no-repeat
  }

  .MO {
    background: url(../flags/4x3/MO.svg) no-repeat
  }

  .MP {
    background: url(../flags/4x3/MP.svg) no-repeat
  }

  .MQ {
    background: url(../flags/4x3/MQ.svg) no-repeat
  }

  .MR {
    background: url(../flags/4x3/MR.svg) no-repeat
  }

  .MS {
    background: url(../flags/4x3/MS.svg) no-repeat
  }

  .MT {
    background: url(../flags/4x3/MT.svg) no-repeat
  }

  .MU {
    background: url(../flags/4x3/MU.svg) no-repeat
  }

  .MV {
    background: url(../flags/4x3/MV.svg) no-repeat
  }

  .MW {
    background: url(../flags/4x3/MW.svg) no-repeat
  }

  .MX {
    background: url(../flags/4x3/MX.svg) no-repeat
  }

  .MY {
    background: url(../flags/4x3/MY.svg) no-repeat
  }

  .MZ {
    background: url(../flags/4x3/MZ.svg) no-repeat
  }

  .NA {
    background: url(../flags/4x3/NA.svg) no-repeat
  }

  .NC {
    background: url(../flags/4x3/NC.svg) no-repeat
  }

  .NE {
    background: url(../flags/4x3/NE.svg) no-repeat
  }

  .NF {
    background: url(../flags/4x3/NF.svg) no-repeat
  }

  .NG {
    background: url(../flags/4x3/NG.svg) no-repeat
  }

  .NI {
    background: url(../flags/4x3/NI.svg) no-repeat
  }

  .NL {
    background: url(../flags/4x3/NL.svg) no-repeat
  }

  .NO {
    background: url(../flags/4x3/NO.svg) no-repeat
  }

  .NP {
    background: url(../flags/4x3/NP.svg) no-repeat
  }

  .NR {
    background: url(../flags/4x3/NR.svg) no-repeat
  }

  .NU {
    background: url(../flags/4x3/NU.svg) no-repeat
  }

  .NZ {
    background: url(../flags/4x3/NZ.svg) no-repeat
  }

  .OM {
    background: url(../flags/4x3/OM.svg) no-repeat
  }

  .PA {
    background: url(../flags/4x3/PA.svg) no-repeat
  }

  .PE {
    background: url(../flags/4x3/PE.svg) no-repeat
  }

  .PF {
    background: url(../flags/4x3/PF.svg) no-repeat
  }

  .PG {
    background: url(../flags/4x3/PG.svg) no-repeat
  }

  .PH {
    background: url(../flags/4x3/PH.svg) no-repeat
  }

  .PK {
    background: url(../flags/4x3/PK.svg) no-repeat
  }

  .PL {
    background: url(../flags/4x3/PL.svg) no-repeat
  }

  .PM {
    background: url(../flags/4x3/PM.svg) no-repeat
  }

  .PN {
    background: url(../flags/4x3/PN.svg) no-repeat
  }

  .PR {
    background: url(../flags/4x3/PR.svg) no-repeat
  }

  .PS {
    background: url(../flags/4x3/PS.svg) no-repeat
  }

  .PT {
    background: url(../flags/4x3/PT.svg) no-repeat
  }

  .PW {
    background: url(../flags/4x3/PW.svg) no-repeat
  }

  .PY {
    background: url(../flags/4x3/PY.svg) no-repeat
  }

  .QA {
    background: url(../flags/4x3/QA.svg) no-repeat
  }

  .RE {
    background: url(../flags/4x3/RE.svg) no-repeat
  }

  .RO {
    background: url(../flags/4x3/RO.svg) no-repeat
  }

  .RS {
    background: url(../flags/4x3/RS.svg) no-repeat
  }

  .RU {
    background: url(../flags/4x3/RU.svg) no-repeat
  }

  .RW {
    background: url(../flags/4x3/RW.svg) no-repeat
  }

  .SA {
    background: url(../flags/4x3/SA.svg) no-repeat
  }

  .SB {
    background: url(../flags/4x3/SB.svg) no-repeat
  }

  .SC {
    background: url(../flags/4x3/SC.svg) no-repeat
  }

  .SD {
    background: url(../flags/4x3/SD.svg) no-repeat
  }

  .SE {
    background: url(../flags/4x3/SE.svg) no-repeat
  }

  .SG {
    background: url(../flags/4x3/SG.svg) no-repeat
  }

  .SH {
    background: url(../flags/4x3/SH.svg) no-repeat
  }

  .SI {
    background: url(../flags/4x3/SI.svg) no-repeat
  }

  .SJ {
    background: url(../flags/4x3/SJ.svg) no-repeat
  }

  .SK {
    background: url(../flags/4x3/SK.svg) no-repeat
  }

  .SL {
    background: url(../flags/4x3/SL.svg) no-repeat
  }

  .SM {
    background: url(../flags/4x3/SM.svg) no-repeat
  }

  .SN {
    background: url(../flags/4x3/SN.svg) no-repeat
  }

  .SO {
    background: url(../flags/4x3/SO.svg) no-repeat
  }

  .SR {
    background: url(../flags/4x3/SR.svg) no-repeat
  }

  .SS {
    background: url(../flags/4x3/SS.svg) no-repeat
  }

  .ST {
    background: url(../flags/4x3/ST.svg) no-repeat
  }

  .SV {
    background: url(../flags/4x3/SV.svg) no-repeat
  }

  .SX {
    background: url(../flags/4x3/SX.svg) no-repeat
  }

  .SY {
    background: url(../flags/4x3/SY.svg) no-repeat
  }

  .SZ {
    background: url(../flags/4x3/SZ.svg) no-repeat
  }

  .TC {
    background: url(../flags/4x3/TC.svg) no-repeat
  }

  .TD {
    background: url(../flags/4x3/TD.svg) no-repeat
  }

  .TF {
    background: url(../flags/4x3/TF.svg) no-repeat
  }

  .TG {
    background: url(../flags/4x3/TG.svg) no-repeat
  }

  .TH {
    background: url(../flags/4x3/TH.svg) no-repeat
  }

  .TJ {
    background: url(../flags/4x3/TJ.svg) no-repeat
  }

  .TK {
    background: url(../flags/4x3/TK.svg) no-repeat
  }

  .TL {
    background: url(../flags/4x3/TL.svg) no-repeat
  }

  .TM {
    background: url(../flags/4x3/TM.svg) no-repeat
  }

  .TN {
    background: url(../flags/4x3/TN.svg) no-repeat
  }

  .TO {
    background: url(../flags/4x3/TO.svg) no-repeat
  }

  .TR {
    background: url(../flags/4x3/TR.svg) no-repeat
  }

  .TT {
    background: url(../flags/4x3/TT.svg) no-repeat
  }

  .TV {
    background: url(../flags/4x3/TV.svg) no-repeat
  }

  .TW {
    background: url(../flags/4x3/TW.svg) no-repeat
  }

  .TZ {
    background: url(../flags/4x3/TZ.svg) no-repeat
  }

  .UA {
    background: url(../flags/4x3/UA.svg) no-repeat
  }

  .UG {
    background: url(../flags/4x3/UG.svg) no-repeat
  }

  .UM {
    background: url(../flags/4x3/UM.svg) no-repeat
  }

  .US-CA {
    background: url(../flags/4x3/US-CA.svg) no-repeat
  }

  .US {
    background: url(../flags/4x3/US.svg) no-repeat
  }

  .UY {
    background: url(../flags/4x3/UY.svg) no-repeat
  }

  .UZ {
    background: url(../flags/4x3/UZ.svg) no-repeat
  }

  .VA {
    background: url(../flags/4x3/VA.svg) no-repeat
  }

  .VC {
    background: url(../flags/4x3/VC.svg) no-repeat
  }

  .VE {
    background: url(../flags/4x3/VE.svg) no-repeat
  }

  .VG {
    background: url(../flags/4x3/VG.svg) no-repeat
  }

  .VI {
    background: url(../flags/4x3/VI.svg) no-repeat
  }

  .VN {
    background: url(../flags/4x3/VN.svg) no-repeat
  }

  .VU {
    background: url(../flags/4x3/VU.svg) no-repeat
  }

  .WF {
    background: url(../flags/4x3/WF.svg) no-repeat
  }

  .WS {
    background: url(../flags/4x3/WS.svg) no-repeat
  }

  .XK {
    background: url(../flags/4x3/XK.svg) no-repeat
  }

  .YE {
    background: url(../flags/4x3/YE.svg) no-repeat
  }

  .YT {
    background: url(../flags/4x3/YT.svg) no-repeat
  }

  .ZA {
    background: url(../flags/4x3/ZA.svg) no-repeat
  }

  .ZM {
    background: url(../flags/4x3/ZM.svg) no-repeat
  }

  .ZW {
    background: url(../flags/4x3/ZW.svg) no-repeat
  }
