@font-face {
  font-family: 'Rollgates';
  src: url("../fonts/Rollgates-Fabulous.ttf") format("truetype");
}
/* line 6, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 10, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 14, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 18, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 22, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 26, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 30, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 34, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 42, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 50, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 54, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 58, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 63, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 67, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 71, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 75, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 79, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 83, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 87, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 91, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 95, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/index/i-top.scss */
.i-top {
  background-color: #000;
  padding-left: 5.5%;
  min-height: 100vh;
  padding-top: 10vh;
}
/* line 7, ../sass/index/i-top.scss */
.i-top .i-top-logo {
  width: 34%;
  max-width: 29%;
  display: block;
  margin-right: auto;
}
/* line 14, ../sass/index/i-top.scss */
.i-top p {
  color: #FCFCFD;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 4.7px;
  padding: 19px 19px 19px 0px;
  margin-right: auto;
  text-align: left;
}
/* line 24, ../sass/index/i-top.scss */
.i-top .i-top-bg {
  background-image: url(../img/ken-hator-yagur-hero-001.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3%;
  right: -6%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 39, ../sass/index/i-top.scss */
  .i-top {
    padding-top: 10vw;
    min-height: 116vw;
    position: relative;
  }
  /* line 44, ../sass/index/i-top.scss */
  .i-top p {
    font-size: 18px;
  }
  /* line 48, ../sass/index/i-top.scss */
  .i-top .i-top-bg {
    height: 67vw;
    position: absolute;
    top: initial;
    bottom: 0;
  }
}
/* line 1, ../sass/index/i-the.scss */
.i-the {
  position: relative;
}
/* line 4, ../sass/index/i-the.scss */
.i-the.location {
  margin-top: -8vw;
  z-index: 2;
  background: #fff;
}
/* line 9, ../sass/index/i-the.scss */
.i-the.location .i-the-wr {
  max-width: 1157px;
  padding-bottom: 24px;
}

/* line 16, ../sass/index/i-the.scss */
.i-the-wr {
  padding: 77px 0;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
/* line 22, ../sass/index/i-the.scss */
.i-the-wr .title {
  color: #000000;
  font-family: "Rollgates", Sans-serif;
  font-size: 81px;
  font-weight: 300;
  line-height: 0.9em;
  letter-spacing: 2.8px;
  margin-bottom: 25px;
}
/* line 32, ../sass/index/i-the.scss */
.i-the-wr .text {
  padding: 19px;
}

/* line 37, ../sass/index/i-the.scss */
.i-the-slider-wr {
  max-width: 1310px;
  padding-bottom: 150px;
  margin: 0 auto;
}
/* line 42, ../sass/index/i-the.scss */
.i-the-slider-wr img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}
/* line 49, ../sass/index/i-the.scss */
.i-the-slider-wr .swiper-button-next:after, .i-the-slider-wr .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

/* line 56, ../sass/index/i-the.scss */
.i-the-gal {
  display: flex;
  flex-wrap: wrap;
  max-width: 907px;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}
/* line 64, ../sass/index/i-the.scss */
.i-the-gal .img {
  width: calc(100% / 2 - 20px);
  height: 228px;
}
/* line 68, ../sass/index/i-the.scss */
.i-the-gal .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  /* line 79, ../sass/index/i-the.scss */
  .i-the-wr {
    padding: 55px 0;
  }
  /* line 82, ../sass/index/i-the.scss */
  .i-the-wr .title {
    font-size: 64px;
    margin-bottom: 20px;
  }

  /* line 89, ../sass/index/i-the.scss */
  .i-the-slider-wr {
    max-width: 1000px;
    padding-bottom: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 98, ../sass/index/i-the.scss */
  .i-the.location {
    margin-top: 0vw;
  }

  /* line 102, ../sass/index/i-the.scss */
  .i-the-wr {
    padding: 50px 0 30px;
  }
  /* line 105, ../sass/index/i-the.scss */
  .i-the-wr .title {
    font-size: 50px;
    margin-bottom: 20px;
  }

  /* line 112, ../sass/index/i-the.scss */
  .i-the-slider-wr {
    max-width: 738px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 121, ../sass/index/i-the.scss */
  .i-the.location {
    margin-top: -3vw;
  }

  /* line 125, ../sass/index/i-the.scss */
  .i-the-wr {
    padding: 50px 0 30px;
  }
  /* line 128, ../sass/index/i-the.scss */
  .i-the-wr .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  /* line 133, ../sass/index/i-the.scss */
  .i-the-wr .text {
    padding: 0 15px;
  }

  /* line 139, ../sass/index/i-the.scss */
  .i-the-gal {
    padding: 0 15px;
  }
  /* line 142, ../sass/index/i-the.scss */
  .i-the-gal .img {
    width: calc(100% / 2 - 10px);
    height: 179px;
  }

  /* line 149, ../sass/index/i-the.scss */
  .i-the-slider-wr {
    max-width: calc(100% - 30px);
    padding-bottom: 50px;
  }
}
/* line 1, ../sass/index/i-view.scss */
.i-view {
  position: relative;
  background-color: #000;
}

/* line 6, ../sass/index/i-view.scss */
.i-view-wr {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
/* line 12, ../sass/index/i-view.scss */
.i-view-wr .left {
  max-width: 663px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-left: 4%; */
  padding-left: 8%;
  padding-bottom: 53vh;
}
/* line 22, ../sass/index/i-view.scss */
.i-view-wr .left .title {
  color: #fff;
  font-family: "Rollgates", Sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 0.9em;
  letter-spacing: 2.8px;
  margin-bottom: 45px;
  text-align: center;
}
/* line 33, ../sass/index/i-view.scss */
.i-view-wr .left .text {
  color: #fff;
}
/* line 36, ../sass/index/i-view.scss */
.i-view-wr .left .text p {
  color: #fff;
}
/* line 42, ../sass/index/i-view.scss */
.i-view-wr .right {
  position: relative;
  width: 1350px;
  height: 1350px;
  /* clip-path: circle(47%); */
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  right: -11vw;
  top: -8vw;
  border-radius: 50%;
}
/* line 54, ../sass/index/i-view.scss */
.i-view-wr .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* line 61, ../sass/index/i-view.scss */
.i-view-wr .right iframe {
  position: relative !important;
}

@media only screen and (min-width: 1341px) and (max-width: 1500px) {
  /* line 70, ../sass/index/i-view.scss */
  .i-view-wr {
    align-items: center;
  }
  /* line 73, ../sass/index/i-view.scss */
  .i-view-wr .left {
    max-width: 550px;
    padding-bottom: 6%;
  }
  /* line 78, ../sass/index/i-view.scss */
  .i-view-wr .right {
    width: 800px;
    height: 800px;
    min-width: 800px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  /* line 92, ../sass/index/i-view.scss */
  .i-view-wr .left {
    max-width: 490px;
    padding-bottom: 6%;
  }
  /* line 96, ../sass/index/i-view.scss */
  .i-view-wr .left .title {
    font-size: 64px;
    margin-bottom: 20px;
  }
  /* line 102, ../sass/index/i-view.scss */
  .i-view-wr .right {
    width: 700px;
    height: 700px;
    min-width: 700px;
    right: -14vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 117, ../sass/index/i-view.scss */
  .i-view-wr {
    flex-wrap: wrap;
  }
  /* line 120, ../sass/index/i-view.scss */
  .i-view-wr .left {
    max-width: 490px;
    padding-bottom: 6%;
    margin: 0 auto;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 129, ../sass/index/i-view.scss */
  .i-view-wr .left .title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  /* line 135, ../sass/index/i-view.scss */
  .i-view-wr .right {
    width: 90vw;
    height: 90vw;
    min-width: 90vw;
    right: initial;
    top: initial;
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 152, ../sass/index/i-view.scss */
  .i-view-wr {
    flex-wrap: wrap;
  }
  /* line 155, ../sass/index/i-view.scss */
  .i-view-wr .left {
    max-width: 490px;
    padding-bottom: 6%;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 164, ../sass/index/i-view.scss */
  .i-view-wr .left .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  /* line 170, ../sass/index/i-view.scss */
  .i-view-wr .right {
    width: 90vw;
    height: 90vw;
    min-width: 90vw;
    right: initial;
    top: initial;
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 1, ../sass/index/i-take.scss */
.i-take {
  position: relative;
  padding: 191px 0 101px;
  overflow: hidden;
}
/* line 6, ../sass/index/i-take.scss */
.i-take:after {
  position: absolute;
  opacity: 0.5;
  content: '';
  left: 0;
  top: 130px;
  width: 100%;
  height: 100%;
  background-image: url(../img/Asset-3.svg);
  background-position: -496px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* line 22, ../sass/index/i-take.scss */
.i-take-wr {
  position: relative;
  max-width: 1265px;
  margin: 0 auto;
}
/* line 27, ../sass/index/i-take.scss */
.i-take-wr .title {
  color: #000000;
  font-family: "Rollgates", Sans-serif;
  font-size: 81px;
  font-weight: 300;
  line-height: 0.9em;
  letter-spacing: 2.8px;
  margin-bottom: 25px;
  text-align: center;
}

/* line 39, ../sass/index/i-take.scss */
.i-take-box {
  border: 2px solid #000;
  border-radius: 13px;
  padding: 11px;
}
/* line 44, ../sass/index/i-take.scss */
.i-take-box img, .i-take-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 13px;
  max-height: 600px;
}

/* line 54, ../sass/index/i-take.scss */
.i-take-btn {
  cursor: pointer;
  padding: 15px 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 3px;
  border: 1px solid #000;
  width: max-content;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 600;
}
/* line 68, ../sass/index/i-take.scss */
.i-take-btn svg {
  width: 15px;
  height: 15px;
}
/* line 73, ../sass/index/i-take.scss */
.i-take-btn:hover {
  background: #000;
  color: #fff;
}

@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  /* line 82, ../sass/index/i-take.scss */
  .i-take {
    padding: 140px 15px 80px;
  }

  /* line 88, ../sass/index/i-take.scss */
  .i-take-wr .title {
    font-size: 64px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 98, ../sass/index/i-take.scss */
  .i-take {
    padding: 100px 15px 70px;
  }

  /* line 104, ../sass/index/i-take.scss */
  .i-take-wr .title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 114, ../sass/index/i-take.scss */
  .i-take {
    padding: 50px 15px 50px;
  }

  /* line 120, ../sass/index/i-take.scss */
  .i-take-wr .title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  /* line 127, ../sass/index/i-take.scss */
  .i-take-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}
/* line 1, ../sass/index/i-plans.scss */
.i-plans {
  position: relative;
  padding-top: 62px;
  padding-bottom: 228px;
}
/* line 6, ../sass/index/i-plans.scss */
.i-plans .title {
  color: #000000;
  font-family: "Rollgates", Sans-serif;
  font-size: 81px;
  font-weight: 300;
  line-height: 0.9em;
  letter-spacing: 2.8px;
  margin-bottom: 25px;
  text-align: center;
}

/* line 18, ../sass/index/i-plans.scss */
.i-plans-wr {
  max-width: 1061px;
  margin: 0 auto;
}
/* line 22, ../sass/index/i-plans.scss */
.i-plans-wr .swiper-button-next:after, .i-plans-wr .swiper-button-prev:after {
  font-size: 20px;
  color: gray;
  font-weight: 700;
}
/* line 28, ../sass/index/i-plans.scss */
.i-plans-wr .i-plans-slider {
  margin-top: 46px;
  margin-bottom: 27px;
}
/* line 33, ../sass/index/i-plans.scss */
.i-plans-wr .swiper-slide {
  height: 426px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 39, ../sass/index/i-plans.scss */
.i-plans-wr .swiper-slide img {
  width: auto !important;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  /* line 52, ../sass/index/i-plans.scss */
  .i-plans {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  /* line 56, ../sass/index/i-plans.scss */
  .i-plans .title {
    font-size: 64px;
    margin-bottom: 20px;
  }

  /* line 64, ../sass/index/i-plans.scss */
  .i-plans-wr {
    padding: 0 15px;
  }
  /* line 67, ../sass/index/i-plans.scss */
  .i-plans-wr .i-plans-slider {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  /* line 72, ../sass/index/i-plans.scss */
  .i-plans-wr .swiper-slide {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 80, ../sass/index/i-plans.scss */
  .i-plans {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  /* line 84, ../sass/index/i-plans.scss */
  .i-plans .title {
    font-size: 50px;
    margin-bottom: 20px;
  }

  /* line 91, ../sass/index/i-plans.scss */
  .i-plans-wr {
    padding: 0 15px;
  }
  /* line 94, ../sass/index/i-plans.scss */
  .i-plans-wr .i-plans-slider {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  /* line 99, ../sass/index/i-plans.scss */
  .i-plans-wr .swiper-slide {
    height: 320px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 107, ../sass/index/i-plans.scss */
  .i-plans {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  /* line 111, ../sass/index/i-plans.scss */
  .i-plans .title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  /* line 118, ../sass/index/i-plans.scss */
  .i-plans-wr {
    padding: 0 15px;
  }
  /* line 121, ../sass/index/i-plans.scss */
  .i-plans-wr .i-plans-slider {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  /* line 126, ../sass/index/i-plans.scss */
  .i-plans-wr .swiper-slide {
    height: 300px;
  }
}
/* line 1, ../sass/index/beeri-objects.scss */
.beeri-objects {
  position: relative;
  border-top: 7px solid var(--color-beeri-red);
  padding-top: 30px;
  padding-bottom: 145px;
}
/* line 7, ../sass/index/beeri-objects.scss */
.beeri-objects .logos {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 0 150px;
}
/* line 17, ../sass/index/beeri-objects.scss */
.beeri-objects .logos img {
  display: block;
  height: 65px;
}
/* line 23, ../sass/index/beeri-objects.scss */
.beeri-objects .container {
  position: relative;
  max-width: 1600px;
  margin-top: 30px;
}
/* line 29, ../sass/index/beeri-objects.scss */
.beeri-objects .swiper {
  padding: 0 80px;
}
/* line 32, ../sass/index/beeri-objects.scss */
.beeri-objects .swiper:before, .beeri-objects .swiper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  background: #fff;
  left: 0;
  z-index: 2;
}
/* line 44, ../sass/index/beeri-objects.scss */
.beeri-objects .swiper:after {
  left: initial;
  right: 0;
}
/* line 50, ../sass/index/beeri-objects.scss */
.beeri-objects .img {
  display: block;
  position: relative;
}
/* line 54, ../sass/index/beeri-objects.scss */
.beeri-objects .img img {
  display: block;
  width: 100%;
}
/* line 61, ../sass/index/beeri-objects.scss */
.beeri-objects .swiper-button-next:after, .beeri-objects .swiper-button-prev:after {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 72, ../sass/index/beeri-objects.scss */
  .beeri-objects {
    padding-top: 30px;
    padding-bottom: 125px;
  }
  /* line 76, ../sass/index/beeri-objects.scss */
  .beeri-objects .logos {
    gap: 0 130px;
  }
  /* line 79, ../sass/index/beeri-objects.scss */
  .beeri-objects .logos img {
    height: 65px;
  }
  /* line 84, ../sass/index/beeri-objects.scss */
  .beeri-objects .container {
    max-width: 1400px;
    margin-top: 30px;
  }
  /* line 89, ../sass/index/beeri-objects.scss */
  .beeri-objects .swiper {
    padding: 0 70px;
  }
  /* line 92, ../sass/index/beeri-objects.scss */
  .beeri-objects .swiper:before, .beeri-objects .swiper:after {
    width: 70px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 102, ../sass/index/beeri-objects.scss */
  .beeri-objects {
    padding-top: 25px;
    padding-bottom: 105px;
  }
  /* line 106, ../sass/index/beeri-objects.scss */
  .beeri-objects .logos {
    gap: 0 110px;
  }
  /* line 109, ../sass/index/beeri-objects.scss */
  .beeri-objects .logos img {
    height: 65px;
  }
  /* line 114, ../sass/index/beeri-objects.scss */
  .beeri-objects .container {
    max-width: 1200px;
    margin-top: 25px;
  }
  /* line 119, ../sass/index/beeri-objects.scss */
  .beeri-objects .swiper {
    padding: 0 60px;
  }
  /* line 122, ../sass/index/beeri-objects.scss */
  .beeri-objects .swiper:before, .beeri-objects .swiper:after {
    width: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 132, ../sass/index/beeri-objects.scss */
  .beeri-objects {
    padding-top: 20px;
    padding-bottom: 85px;
  }
  /* line 136, ../sass/index/beeri-objects.scss */
  .beeri-objects .logos {
    gap: 0 90px;
  }
  /* line 139, ../sass/index/beeri-objects.scss */
  .beeri-objects .logos img {
    height: 60px;
  }
  /* line 144, ../sass/index/beeri-objects.scss */
  .beeri-objects .container {
    max-width: 960px;
    margin-top: 20px;
  }
  /* line 149, ../sass/index/beeri-objects.scss */
  .beeri-objects .swiper {
    padding: 0 50px;
  }
  /* line 152, ../sass/index/beeri-objects.scss */
  .beeri-objects .swiper:before, .beeri-objects .swiper:after {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 162, ../sass/index/beeri-objects.scss */
  .beeri-objects {
    padding-top: 20px;
    padding-bottom: 65px;
  }
  /* line 166, ../sass/index/beeri-objects.scss */
  .beeri-objects .logos {
    gap: 0 70px;
  }
  /* line 169, ../sass/index/beeri-objects.scss */
  .beeri-objects .logos img {
    height: 50px;
  }
  /* line 174, ../sass/index/beeri-objects.scss */
  .beeri-objects .container {
    max-width: 738px;
    margin-top: 20px;
  }
  /* line 179, ../sass/index/beeri-objects.scss */
  .beeri-objects .swiper {
    padding: 0 40px;
  }
  /* line 182, ../sass/index/beeri-objects.scss */
  .beeri-objects .swiper:before, .beeri-objects .swiper:after {
    width: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 192, ../sass/index/beeri-objects.scss */
  .beeri-objects {
    padding-top: 15px;
    padding-bottom: 45px;
  }
  /* line 196, ../sass/index/beeri-objects.scss */
  .beeri-objects .logos {
    gap: 0 50px;
  }
  /* line 199, ../sass/index/beeri-objects.scss */
  .beeri-objects .logos img {
    height: 45px;
  }
  /* line 204, ../sass/index/beeri-objects.scss */
  .beeri-objects .container {
    max-width: 100%;
    margin-top: 15px;
  }
  /* line 209, ../sass/index/beeri-objects.scss */
  .beeri-objects .swiper {
    padding: 0 50px;
  }
  /* line 212, ../sass/index/beeri-objects.scss */
  .beeri-objects .swiper:before, .beeri-objects .swiper:after {
    width: 50px;
  }
}
/* line 1, ../sass/index/beeri-about-text.scss */
.beeri-about-text {
  position: relative;
  text-align: center;
  padding: 49px 0 43px;
  background-color: #000;
}
/* line 7, ../sass/index/beeri-about-text.scss */
.beeri-about-text .logo {
  width: 135px;
}
/* line 10, ../sass/index/beeri-about-text.scss */
.beeri-about-text .logo:hover {
  opacity: 0.7;
}
/* line 15, ../sass/index/beeri-about-text.scss */
.beeri-about-text .title {
  position: relative;
  font-size: 54px;
  margin-bottom: 25px;
  font-family: "Rollgates", Sans-serif;
  line-height: 1;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 20px;
}
/* line 26, ../sass/index/beeri-about-text.scss */
.beeri-about-text .text {
  position: relative;
}
/* line 30, ../sass/index/beeri-about-text.scss */
.beeri-about-text .text p {
  color: #fff;
  font-size: 16px;
  width: 86%;
  margin: 0 auto;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 42, ../sass/index/beeri-about-text.scss */
  .beeri-about-text {
    padding: 60px 0;
  }
  /* line 45, ../sass/index/beeri-about-text.scss */
  .beeri-about-text .title {
    font-size: 48px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  /* line 51, ../sass/index/beeri-about-text.scss */
  .beeri-about-text .text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 60, ../sass/index/beeri-about-text.scss */
  .beeri-about-text {
    padding: 50px 0;
  }
  /* line 63, ../sass/index/beeri-about-text.scss */
  .beeri-about-text .title {
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  /* line 69, ../sass/index/beeri-about-text.scss */
  .beeri-about-text .text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 78, ../sass/index/beeri-about-text.scss */
  .beeri-about-text {
    padding: 40px 0;
  }
  /* line 81, ../sass/index/beeri-about-text.scss */
  .beeri-about-text .title {
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  /* line 87, ../sass/index/beeri-about-text.scss */
  .beeri-about-text .text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 96, ../sass/index/beeri-about-text.scss */
  .beeri-about-text {
    padding: 30px 0;
  }
  /* line 99, ../sass/index/beeri-about-text.scss */
  .beeri-about-text .title {
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  /* line 105, ../sass/index/beeri-about-text.scss */
  .beeri-about-text .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 114, ../sass/index/beeri-about-text.scss */
  .beeri-about-text {
    padding: 30px 0;
  }
  /* line 117, ../sass/index/beeri-about-text.scss */
  .beeri-about-text .title {
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  /* line 123, ../sass/index/beeri-about-text.scss */
  .beeri-about-text .text {
    font-size: 16px;
  }
}
