@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@font-face {
  font-family: "Avant Garde Book";
  src: url("fonts/ag-book.woff2") format("woff2"), url("fonts/ag-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avant Garde Bold";
  src: url("fonts/ag-bold.woff2") format("woff2"), url("fonts/ag-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 14px;
}

body {
  font-size: 1rem;
  font-family: "Avant Garde Book";
  line-height: 1.3;
  color: #000;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Avant Garde Bold";
}

@media (max-width: 992px) {
  .table-temp tr, .table-temp td {
    display: block;
    width: 100%;
  }
}
.table-temp + h3 {
  margin-top: 4rem;
}

.widget {
  margin: 0 auto 1rem;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 567px) {
  .widget {
    max-width: 290px !important;
    height: auto;
    max-height: unset !important;
  }
}

.widget-type-1 {
  max-width: 580px;
  max-height: 300px;
}
.widget-type-1 .w-box {
  display: flex;
  align-items: center;
  height: 100%;
}
.widget-type-1 .w-box .w-content {
  flex: 0 0 50%;
}
.widget-type-1 .w-box .w-content > div {
  padding: 10px 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.widget-type-1 .w-box .w-content .w-logo {
  margin-bottom: 10px;
}
.widget-type-1 .w-box .w-content .w-name {
  margin-bottom: 10px;
}
.widget-type-1 .w-box .w-content .w-palm {
  color: #581866;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}
.widget-type-1 .w-box .w-content .w-type {
  font-family: "Avant Garde Bold";
  color: #581866;
}
.widget-type-1 .w-box .w-video {
  flex: 0 0 50%;
  background: #000;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
.widget-type-1 .w-box .w-video video {
  border-radius: 0 10px 10px 0;
  background: #000;
  transform: scale(1.4);
  transform-origin: center;
}
.widget-type-1 .w-box .w-video img {
  background: #000;
  width: 100%;
  height: 100%;
  transform: scale(1.8);
  transform-origin: center;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 567px) {
  .widget-type-1 .w-box {
    flex-direction: column;
  }
  .widget-type-1 .w-box .w-content,
  .widget-type-1 .w-box .w-video {
    flex: 0 0 100%;
    width: 100%;
  }
  .widget-type-1 .w-box .w-content {
    order: 2;
  }
  .widget-type-1 .w-box .w-content > div {
    padding: 1.5rem;
    text-align: center;
  }
  .widget-type-1 .w-box .w-video {
    border-radius: 10px 10px 0 0;
    order: 1;
  }
  .widget-type-1 .w-box .w-video video,
  .widget-type-1 .w-box .w-video img {
    border-radius: 10px 10px 0 0;
  }
}
.widget-type-1 .w-year {
  margin-top: 5px;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 900;
}
@media (max-width: 567px) {
  .widget-type-1 .w-year {
    font-size: 2rem;
  }
}

.widget-type-2 {
  max-width: 350px;
  max-height: 380px;
}
.widget-type-2 .w-box {
  padding: 1rem;
}
.widget-type-2 .w-content {
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 1rem;
}
.widget-type-2 .w-content br {
  display: none;
}
.widget-type-2 .w-content .w-name {
  max-width: 340px;
  margin: 0 auto 1rem;
}
.widget-type-2 .w-video {
  display: flex;
}
.widget-type-2 .w-video > div.w-left {
  overflow: hidden;
  flex: 0 0 140px;
}
.widget-type-2 .w-video > div.w-left video {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  transform-origin: center;
}
@media (max-width: 567px) {
  .widget-type-2 .w-video > div.w-left {
    flex: 0 0 120px;
  }
}
.widget-type-2 .w-video > div.w-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget-type-2 .w-video > div.w-right .w-palm,
.widget-type-2 .w-video > div.w-right .w-type {
  color: #581866;
  margin-left: 10px;
}
.widget-type-2 .w-video > div.w-right .w-palm {
  font-size: 2.2rem;
}
@media (max-width: 567px) {
  .widget-type-2 .w-video > div.w-right .w-palm {
    font-size: 1.9rem;
  }
}
.widget-type-2 .w-video > div.w-right .w-type {
  font-size: 1.5rem;
}
@media (max-width: 567px) {
  .widget-type-2 .w-video > div.w-right .w-type {
    font-size: 1rem;
  }
}
.widget-type-2 .w-video > div.w-right .w-year {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 900;
}
@media (max-width: 567px) {
  .widget-type-2 .w-video > div.w-right .w-year {
    font-size: 2rem;
  }
}

.widget-type-3 {
  max-width: 350px;
  max-height: 380px;
}
.widget-type-3 .w-content {
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 1rem;
  margin: 0 1rem 1rem;
}
.widget-type-3 .w-content br {
  display: none;
}
.widget-type-3 .w-content .w-name {
  max-width: 340px;
  margin: 0 auto 1rem;
}
.widget-type-3 .w-video {
  display: flex;
  background: #969799;
  border-radius: 10px 10px 0 0;
}
.widget-type-3 .w-video > div.w-left {
  overflow: hidden;
  flex: 0 0 140px;
  border-radius: 10px 0px 0 0;
}
.widget-type-3 .w-video > div.w-left video {
  width: 100%;
  height: 100%;
  transform: scale(1.4);
  transform-origin: center;
  border-radius: 10px 0px 0 0;
}
@media (max-width: 567px) {
  .widget-type-3 .w-video > div.w-left {
    flex: 0 0 120px;
  }
}
.widget-type-3 .w-video > div.w-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px 10px 0 0;
}
.widget-type-3 .w-video > div.w-right .w-palm,
.widget-type-3 .w-video > div.w-right .w-type {
  color: #581866;
  margin-left: 10px;
}
.widget-type-3 .w-video > div.w-right .w-palm {
  font-size: 2.2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}
@media (max-width: 567px) {
  .widget-type-3 .w-video > div.w-right .w-palm {
    font-size: 1.9rem;
  }
}
.widget-type-3 .w-video > div.w-right .w-type {
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}
@media (max-width: 567px) {
  .widget-type-3 .w-video > div.w-right .w-type {
    font-size: 1.1rem;
  }
}
.widget-type-3 .w-video > div.w-right .w-year {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 567px) {
  .widget-type-3 .w-video > div.w-right .w-year {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=widgets.css.map */
