.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #775e4d;
}

.div-block {
  width: 587px;
  height: 553px;
  margin-top: -26px;
  background-color: transparent;
  background-image: url('../images/mapa_tailandia.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  margin-right: 27px;
  padding: 20px 20px 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  background-image: none;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 29px;
}

.paragraph {
  font-family: 'Titillium Up', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.image-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  position: relative;
  left: 32px;
  top: 26px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding: 7px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Titillium, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.link-block:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}

.link-block._2 {
  left: 192px;
  top: -4px;
  margin-top: 0px;
  margin-left: 0px;
}

.link-block._3 {
  left: -132px;
  top: 187px;
}

.link-block._5 {
  left: 76px;
  top: 247px;
}

.link-block._6 {
  left: -127px;
  top: 340px;
}

.link-block._7 {
  left: -419px;
  top: 432px;
}

.link-block._8 {
  left: 290px;
  top: 377px;
}

.link-block._9 {
  left: 17px;
  top: 449px;
}

.link-block._10 {
  left: -39px;
  top: 496px;
}

.column {
  padding-top: 43px;
  padding-right: 29px;
  padding-left: 29px;
}

.div-block-2 {
  position: absolute;
  background-color: #775529;
}

.info {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, .64);
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #000 10%, rgba(0, 0, 0, .12));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000 10%, rgba(0, 0, 0, .12));
}

.div-block-3 {
  width: 50px;
  height: 50px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-2 {
  width: 39%;
  font-family: 'Titillium Up', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.image-3 {
  margin-left: 231px;
}

.slider {
  width: 380px;
  height: 320px;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .39);
}

.slide-nav {
  font-size: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.link-block-2 {
  margin-bottom: -40px;
  margin-left: 434px;
  padding: 10px;
  border-radius: 46px;
  background-color: hsla(0, 0%, 100%, .31);
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
}

.link-block-2:hover {
  background-color: rgba(34, 34, 34, 0);
  box-shadow: inset 0 0 0 1px #fff;
}

.heading {
  margin-top: 32px;
  margin-bottom: 23px;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.chiang_mai {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
}

.chiang_rai {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
}

.bangkok {
  position: fixed;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
}

.ayutthaya {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
}

.koh_tao {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
}

.phuket {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
}

.krabi {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
}

.phi_phi {
  position: fixed;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
}

.koh_lipe {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
}

.slide-nav-2 {
  right: -1px;
  padding-top: 17px;
  font-size: 6px;
  letter-spacing: 0px;
}

.mask {
  border-radius: 5px;
}

.slide {
  background-image: url('../images/Chiang-Mai3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Chiang-Mai.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Chiang-Mai2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Chiang-Mai4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Chiang-Mai5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Chiang-Rai.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Chiang-Rai2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Chiang-Rai3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.left-arrow {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .31), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .31), transparent);
}

.right-arrow {
  background-image: -webkit-linear-gradient(0deg, transparent, rgba(0, 0, 0, .33));
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .33));
}

.slide-9 {
  background-image: url('../images/Bangkok3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Bangkok4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Bangkok.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Bangkok2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/Ayutthaya3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Ayutthaya2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/Ayutthaya.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/Koh-Tao.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/Koh-Tao.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/Koh-Tao2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/Koh-Tao3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/Phuket2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/Phuket.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/Krabi.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/Krabi2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/Krabi3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/Phi-Phi.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/Phi-Phi3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/Phi-Phi2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/Koh-Lipe.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/Koh-Lipe2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}

.slide-32 {
  background-image: -webkit-linear-gradient(270deg, rgba(44, 27, 15, .73), rgba(44, 27, 15, .73)), url('../images/fundo1.jpg');
  background-image: linear-gradient(180deg, rgba(44, 27, 15, .73), rgba(44, 27, 15, .73)), url('../images/fundo1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-33 {
  background-image: -webkit-linear-gradient(270deg, rgba(26, 29, 13, .33), rgba(26, 29, 13, .33)), url('../images/fundo_1.jpg');
  background-image: linear-gradient(180deg, rgba(26, 29, 13, .33), rgba(26, 29, 13, .33)), url('../images/fundo_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-34 {
  background-image: -webkit-linear-gradient(270deg, rgba(27, 17, 6, .83), rgba(27, 17, 6, .83)), url('../images/fundo5.jpg');
  background-image: linear-gradient(180deg, rgba(27, 17, 6, .83), rgba(27, 17, 6, .83)), url('../images/fundo5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-35 {
  background-image: -webkit-linear-gradient(270deg, rgba(20, 73, 67, .73), rgba(20, 73, 67, .73)), url('../images/fundo2.jpg');
  background-image: linear-gradient(180deg, rgba(20, 73, 67, .73), rgba(20, 73, 67, .73)), url('../images/fundo2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-36 {
  background-image: -webkit-linear-gradient(270deg, rgba(16, 17, 8, .46), rgba(16, 17, 8, .46)), url('../images/fundo3.jpg');
  background-image: linear-gradient(180deg, rgba(16, 17, 8, .46), rgba(16, 17, 8, .46)), url('../images/fundo3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.paragraph-3 {
  padding-top: 78px;
  padding-left: 45px;
  font-family: 'Titillium Up', sans-serif;
  color: hsla(0, 0%, 100%, .54);
  font-size: 10px;
  line-height: 15px;
}

html.w-mod-js *[data-ix="oculto"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .div-block {
    width: 426.90002441px;
    height: 584px;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  .image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block {
    left: -41px;
  }
  .link-block._2 {
    left: 112px;
    top: -16px;
  }
  .link-block._3 {
    left: -212px;
  }
  .link-block._5 {
    left: -4px;
    top: 269px;
  }
  .link-block._6 {
    left: 182px;
    top: 331px;
  }
  .link-block._7 {
    left: -109px;
    top: 418px;
  }
  .link-block._8 {
    left: 50px;
    top: 401px;
  }
  .link-block._9 {
    left: -223px;
    top: 477px;
  }
  .link-block._10 {
    left: -269px;
    top: 529px;
  }
  .column {
    margin-top: 78px;
  }
  .paragraph-2 {
    width: 52%;
  }
  .link-block-2 {
    margin-bottom: -39px;
  }
  .chiang_mai {
    display: block;
  }
}

@media (max-width: 767px) {
  .section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block {
    width: 100%;
    height: 685px;
    margin-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../images/mapa_tailandia.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .image {
    display: block;
    margin-top: 0px;
  }
  .paragraph {
    padding-right: 57px;
    padding-left: 57px;
  }
  .link-block {
    left: -193px;
    top: 48px;
    display: block;
    width: 106.7492218px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 11px;
    text-align: center;
  }
  .link-block._2 {
    left: 54px;
    top: -44px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block._3 {
    left: -195px;
    top: 162px;
  }
  .link-block._5 {
    left: 157px;
    top: 220px;
  }
  .link-block._6 {
    left: 20px;
    top: 291px;
  }
  .link-block._7 {
    left: -204px;
    top: 358px;
  }
  .link-block._8 {
    top: 302px;
  }
  .link-block._9 {
    left: -204px;
    top: 376px;
  }
  .link-block._10 {
    left: -205px;
    top: 403px;
  }
  .column {
    height: auto;
    margin-top: 0px;
    padding-top: 46px;
  }
  .column-2 {
    background-color: transparent;
  }
  .body {
    background-color: #bebebe;
  }
  .info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-2 {
    width: 59%;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/fundo.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/fundo.jpg');
    background-attachment: scroll, fixed;
  }
  .div-block {
    display: block;
    width: 270px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: scale(0.85) translate(19px, 0px);
    -ms-transform: scale(0.85) translate(19px, 0px);
    transform: scale(0.85) translate(19px, 0px);
  }
  .paragraph {
    padding-right: 29px;
    padding-left: 29px;
  }
  .link-block {
    left: -125px;
    top: 113px;
  }
  .link-block._2 {
    left: 54px;
    top: 52px;
  }
  .link-block._3 {
    left: -124px;
    top: 183px;
  }
  .link-block._5 {
    left: 95px;
    top: 218px;
  }
  .link-block._6 {
    left: 30px;
    top: 263px;
  }
  .link-block._7 {
    left: -136px;
    top: 290px;
    right: 0px;
  }
  .link-block._8 {
    left: 44px;
    top: 259px;
  }
  .link-block._9 {
    left: -150px;
    top: 285px;
    width: 77.7492218px;
  }
  .link-block._10 {
    left: -136px;
    top: 303px;
  }
  .column {
    padding-top: 15px;
  }
  .column-2 {
    margin-top: -50px;
  }
  .info {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container {
    overflow: visible;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph-2 {
    display: block;
    width: 84%;
    height: auto;
    margin: 0px auto 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
  }
  .slider {
    display: block;
    width: 90%;
    height: 30vh;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 7px;
  }
  .link-block-2 {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block-3 {
    display: block;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    padding: 10px 25px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Titillium, sans-serif;
    color: #3f3f3f;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
  }
  .link-block-3:hover {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .heading {
    display: block;
    margin: 14px auto 7px;
    text-align: center;
  }
  .background-video {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
  }
  .chiang_mai {
    display: block;
  }
  .chiang_rai {
    display: none;
  }
  .bangkok {
    display: none;
  }
}

@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Up';
  src: url('../fonts/Titillium-BoldUpright.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Up';
  src: url('../fonts/Titillium-LightUpright.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Up';
  src: url('../fonts/Titillium-RegularUpright.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium Up';
  src: url('../fonts/Titillium-SemiboldUpright.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Up';
  src: url('../fonts/Titillium-ThinUpright.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}