@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");@import url("https://fonts.cdnfonts.com/css/svn-gilroy");@import url("/wp-content/themes/haruco/assets/fonts/SVN-Drainwood.otf");@import url("/wp-content/themes/haruco/assets/fonts/SVN-Peristiwa.otf");



* {
  margin: 0;
  padding: 0;
}

:root {
  --n: 30;
  --t: 4px;
  --d: 4deg;
}

html {
  scroll-behavior: smooth;
  font-size: 12px;
}
@media (min-width: 375px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@font-face {
  font-family: "SVN-Drainwood";
  src: url("/wp-content/themes/haruco/assets/fonts/SVN-Drainwood.otf");
}
@font-face {
  font-family: "SVN-Peristiwa";
  src: url("/wp-content/themes/haruco/assets/fonts/SVN-Peristiwa.otf");
}
body {
  font-family: "Roboto Flex", sans-serif;
  color: #4E514F;
}

.container-fluid {
  padding: 0 9px;
  max-width: 1300px;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .container-fluid {
    padding: 0;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}

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

p {
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.fwb {
  font-weight: bold !important;
}

.outline-0 {
  outline: none !important;
}

.box-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.rounded-sm {
  border-radius: 0.5rem !important;
}

.z-n1 {
  z-index: -1;
}

.top-0 {
  top: 0 !important;
}

.top-1-2 {
  top: 50% !important;
}

.left-0 {
  right: 0 !important;
}

.bottom-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.top-y-1-2 {
  transform: translateY(-50%);
}

.left-y-1-2 {
  transform: translateX(-50%);
}

.o0 {
  opacity: 0 !important;
}

.rounded-xsm {
  border-radius: 0.25rem !important;
}

.pointer {
  cursor: pointer;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 18px 5px;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 130%;
  width: 230px;
  height: 56px;
  margin: 0 auto;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .btn {
    padding: 18px 10px;
    font-size: 1rem;
  }
}
.btn .icon {
  margin-left: 8px;
  width: 1.5rem;
  height: 1.5rem;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.logo {
  width: 213px;
  height: 44px;
}

h1 {
  font-weight: 400;
  font-size: 2.286rem;
  line-height: 120%;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.25rem;
    line-height: 120%;
  }
}

h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 38px;
  }
}

textarea {
  resize: none;
}

.modal-backdrop.show {
  opacity: 0.7;
  background: #2e2e2e;
}

.modal-content {
  border-radius: 1.5rem;
  background: #fff;
  padding: 3.5rem 1.5rem 2rem;
}
@media (min-width: 992px) {
  .modal-content {
    padding: 3rem;
  }
}

.modal {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.modal .close {
  opacity: 1;
  width: 2rem;
  height: 3rem;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
@media (min-width: 992px) {
  .modal .close {
    width: 3rem;
    height: 3rem;
  }
}
.modal .form-group {
  margin-bottom: 1.5rem;
}
.modal h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  color: #E2313B;
  margin-bottom: 2rem;
}
.modal label {
  font-size: 16px;
  line-height: 150%;
  color: #464646;
  margin-bottom: 8px;
}
.modal label span {
  color: #4E514F;
}
.modal input, .modal .select2-container--default .select2-selection--single, .modal textarea {
  border-radius: 8px;
  outline: none;
  height: 50px;
  padding: 0.875rem 1rem;
}
.modal input:focus, .modal .select2-container--default .select2-selection--single:focus, .modal textarea:focus {
  outline: none;
  box-shadow: none;
  background: #F1F9FF;
  border-color: #F1F9FF;
}
.modal input::-webkit-input-placeholder, .modal .select2-container--default .select2-selection--single::-webkit-input-placeholder, .modal textarea::-webkit-input-placeholder {
  /* Edge */
  color: #C6CBD0;
}
.modal input:-ms-input-placeholder, .modal .select2-container--default .select2-selection--single:-ms-input-placeholder, .modal textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C6CBD0;
}
.modal input::placeholder, .modal .select2-container--default .select2-selection--single::placeholder, .modal textarea::placeholder {
  color: #C6CBD0;
}
.modal textarea {
  height: auto;
}
.modal .btn {
  border-radius: 4px;
}
.modal .select2-container--default .select2-selection--single {
  padding: 0;
  height: 50px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 16px;
  padding-right: 36px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 15px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  background: url(/wp-content/themes/haruco/assets/images/icon-arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
  transform: translate(-50%, -50%);
}
.modal .select2-container--default .select2-results > .select2-results__options {
  max-height: 245px;
}
.modal .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translate(-50%, -50%) rotate(180deg);
}
.modal .select2-container--default .select2-results__option--selected,
.modal .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #F9FAFE;
  color: #2E2E2E;
}
.modal .select2-container--default .select2-selection__placeholder {
  color: #4E514F;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
.modal .select2-dropdown {
  border-radius: 0px 0px 1.5rem 1.5rem;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(80, 84, 89, 0.08);
  border: none;
  height: 280px;
  padding: 16px;
  top: 8px;
}
.modal .select2-dropdown ::-webkit-scrollbar {
  width: 3px;
}
.modal .select2-dropdown ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F0F0F0;
  border-radius: 10px;
}
.modal .select2-dropdown ::-webkit-scrollbar-thumb {
  background: #4E514F;
  border-radius: 10px;
}
.modal .select2-dropdown ::-webkit-scrollbar-thumb:hover {
  background: #4E514F;
}
.modal .select2-results__option {
  font-size: 16px;
  line-height: 150%;
  color: #2E2E2E;
  padding: 16px;
}

.text-danger {
  font-size: 12px;
  margin-top: 3px;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1100px;
  }
}

.popup-child {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: opacity 0.15s linear;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.popup-child:not(.show) {
  opacity: 0;
}
.popup-child.show {
  display: flex;
}
.popup-child .popup-backdrop {
  opacity: 0.7;
  background: #2e2e2e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}
.popup-child .popup-content {
  position: relative;
  z-index: 1041;
  max-width: 100%;
}
.popup-child .popup-body {
  border-radius: 1.5rem;
  background: #fff;
  max-width: 100%;
  margin: auto;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .popup-child .popup-body {
    padding: 3rem;
    max-width: 808px;
  }
}
.popup-child .close {
  opacity: 1;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 2rem;
  height: 2rem;
  z-index: 10;
}
@media (min-width: 992px) {
  .popup-child .close {
    width: 3rem;
    height: 3rem;
  }
}
.popup-child h2 {
  color: #E2313B;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin-bottom: 2rem;
}
.popup-child li:not(:last-child) {
  margin-bottom: 16px;
}
.popup-child li .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 8px;
}
.popup-child li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  color: #4E514F;
}

#sendSuccess .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 26px;
}
#sendSuccess p {
  margin-bottom: 30px;
}

.heading-haruco h2 {
  margin-bottom: 5px;
  color: #121F38;
}
@media (min-width: 768px) {
  .heading-haruco h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.3;
  }
}
.heading-haruco .img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .heading-haruco .img {
    margin-bottom: 0px;
  }
}
.heading-haruco p {
  max-width: 927px;
  margin: 0 auto;
  font-weight: 300;
  color: #5A5A5A;
  margin-top: 10px;
  line-height: 25px;
}

.image-cover-h {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.image-cover-h img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-type-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dashed #EBC499;
  margin-bottom: 24px;
}
@media (min-width: 567px) {
  .heading-type-2 {
    justify-content: space-between;
  }
}
.heading-type-2 a {
  color: #E2313B;
  display: none;
  align-items: center;
  gap: 5px;
}
.heading-type-2 a::after {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/icon/ic_arrow-right-orange.svg");
  width: 15px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 567px) {
  .heading-type-2 a {
    display: flex;
  }
}
.heading-type-2 h2 {
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 1.2;
  color: #121F38;
  position: relative;
}
@media (min-width: 567px) {
  .heading-type-2 h2 {
    font-size: 28px;
  }
}
.heading-type-2 h2::before {
  content: "";
  display: block;
  width: 100%;
  background: radial-gradient(circle, rgb(255, 109, 62) 0%, rgb(255, 237, 237) 100%);
  position: absolute;
  bottom: -9px;
  left: 0;
  height: 2px;
}
@media (min-width: 567px) {
  .heading-type-2 h2::before {
    background: #E2313B;
  }
}
.heading-type-2 h2::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  right: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  background-color: #E2313B;
}
@media (min-width: 567px) {
  .heading-type-2 h2::after {
    right: -5px;
  }
}

.heading-type-3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #121F38;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  margin-bottom: 45px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
@media (min-width: 567px) {
  .heading-type-3 {
    margin-bottom: 56px;
  }
}
.heading-type-3::before {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/wave-line-left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 164px;
  height: 9px;
  display: none;
}
@media (min-width: 567px) {
  .heading-type-3::before {
    display: block;
  }
}
.heading-type-3::after {
  content: "";
  background-image: url("/wp-content/themes/haruco/assets/images/wave-line-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 164px;
  height: 9px;
  display: none;
}
@media (min-width: 567px) {
  .heading-type-3::after {
    display: block;
  }
}

.heading-info {
  border: 1px solid #FF6D3E;
  padding: 7px 23px;
  gap: 9px;
  text-transform: uppercase;
  font-size: 18px;
  color: #121F38;
  font-weight: 500;
  line-height: 1.5;
}
.heading-info .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.qty-input {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  display: flex;
}
.qty-input button {
  border: none;
  background: transparent;
  color: #898989;
  padding: 0px 5px;
}
.qty-input .product-qty {
  text-align: center;
  border: 1px solid #D9D9D9;
  border-top: 0;
  border-bottom: 0;
  padding: 0 5px;
}

input[type=number]::-webkit-inner-spin-button, .modal textarea[type=number]::-webkit-inner-spin-button, .modal .select2-container--default [type=number].select2-selection--single::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
.modal textarea[type=number]::-webkit-outer-spin-button,
.modal .select2-container--default [type=number].select2-selection--single::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number], .modal textarea[type=number], .modal .select2-container--default [type=number].select2-selection--single {
  -moz-appearance: textfield;
}

.w--0 {
  width: 0px;
}

.h--0 {
  height: 0px;
}

.w--1 {
  width: 4px;
}

.h--1 {
  height: 4px;
}

.w--2 {
  width: 8px;
}

.h--2 {
  height: 8px;
}

.w--3 {
  width: 12px;
}

.h--3 {
  height: 12px;
}

.w--4 {
  width: 16px;
}

.h--4 {
  height: 16px;
}

.w--5 {
  width: 20px;
}

.h--5 {
  height: 20px;
}

.w--6 {
  width: 24px;
}

.h--6 {
  height: 24px;
}

.w--7 {
  width: 28px;
}

.h--7 {
  height: 28px;
}

.w--8 {
  width: 32px;
}

.h--8 {
  height: 32px;
}

.w--9 {
  width: 36px;
}

.h--9 {
  height: 36px;
}

.w--10 {
  width: 40px;
}

.h--10 {
  height: 40px;
}

.w--11 {
  width: 44px;
}

.h--11 {
  height: 44px;
}

.w--12 {
  width: 48px;
}

.h--12 {
  height: 48px;
}

.w--13 {
  width: 52px;
}

.h--13 {
  height: 52px;
}

.w--14 {
  width: 56px;
}

.h--14 {
  height: 56px;
}

.w--15 {
  width: 60px;
}

.h--15 {
  height: 60px;
}

.w--16 {
  width: 64px;
}

.h--16 {
  height: 64px;
}

.w--17 {
  width: 68px;
}

.h--17 {
  height: 68px;
}

.w--18 {
  width: 72px;
}

.h--18 {
  height: 72px;
}

.w--19 {
  width: 76px;
}

.h--19 {
  height: 76px;
}

.w--20 {
  width: 80px;
}

.h--20 {
  height: 80px;
}

.w--21 {
  width: 84px;
}

.h--21 {
  height: 84px;
}

.w--22 {
  width: 88px;
}

.h--22 {
  height: 88px;
}

.w--23 {
  width: 92px;
}

.h--23 {
  height: 92px;
}

.w--24 {
  width: 96px;
}

.h--24 {
  height: 96px;
}

.w--25 {
  width: 100px;
}

.h--25 {
  height: 100px;
}

.w--26 {
  width: 104px;
}

.h--26 {
  height: 104px;
}

.w--27 {
  width: 108px;
}

.h--27 {
  height: 108px;
}

.w--28 {
  width: 112px;
}

.h--28 {
  height: 112px;
}

.w--29 {
  width: 116px;
}

.h--29 {
  height: 116px;
}

.w--30 {
  width: 120px;
}

.h--30 {
  height: 120px;
}

.w--31 {
  width: 124px;
}

.h--31 {
  height: 124px;
}

.w--32 {
  width: 128px;
}

.h--32 {
  height: 128px;
}

.w--33 {
  width: 132px;
}

.h--33 {
  height: 132px;
}

.w--34 {
  width: 136px;
}

.h--34 {
  height: 136px;
}

.w--35 {
  width: 140px;
}

.h--35 {
  height: 140px;
}

.w--36 {
  width: 144px;
}

.h--36 {
  height: 144px;
}

.w--37 {
  width: 148px;
}

.h--37 {
  height: 148px;
}

.w--38 {
  width: 152px;
}

.h--38 {
  height: 152px;
}

.w--39 {
  width: 156px;
}

.h--39 {
  height: 156px;
}

.w--40 {
  width: 160px;
}

.h--40 {
  height: 160px;
}

.w--41 {
  width: 164px;
}

.h--41 {
  height: 164px;
}

.w--42 {
  width: 168px;
}

.h--42 {
  height: 168px;
}

.w--43 {
  width: 172px;
}

.h--43 {
  height: 172px;
}

.w--44 {
  width: 176px;
}

.h--44 {
  height: 176px;
}

.w--45 {
  width: 180px;
}

.h--45 {
  height: 180px;
}

.w--46 {
  width: 184px;
}

.h--46 {
  height: 184px;
}

.w--47 {
  width: 188px;
}

.h--47 {
  height: 188px;
}

.w--48 {
  width: 192px;
}

.h--48 {
  height: 192px;
}

.w--49 {
  width: 196px;
}

.h--49 {
  height: 196px;
}

.w--50 {
  width: 200px;
}

.h--50 {
  height: 200px;
}

.w--51 {
  width: 204px;
}

.h--51 {
  height: 204px;
}

.w--52 {
  width: 208px;
}

.h--52 {
  height: 208px;
}

.w--53 {
  width: 212px;
}

.h--53 {
  height: 212px;
}

.w--54 {
  width: 216px;
}

.h--54 {
  height: 216px;
}

.w--55 {
  width: 220px;
}

.h--55 {
  height: 220px;
}

.w--56 {
  width: 224px;
}

.h--56 {
  height: 224px;
}

.w--57 {
  width: 228px;
}

.h--57 {
  height: 228px;
}

.w--58 {
  width: 232px;
}

.h--58 {
  height: 232px;
}

.w--59 {
  width: 236px;
}

.h--59 {
  height: 236px;
}

.w--60 {
  width: 240px;
}

.h--60 {
  height: 240px;
}

.w--61 {
  width: 244px;
}

.h--61 {
  height: 244px;
}

.w--62 {
  width: 248px;
}

.h--62 {
  height: 248px;
}

.w--63 {
  width: 252px;
}

.h--63 {
  height: 252px;
}

.w--64 {
  width: 256px;
}

.h--64 {
  height: 256px;
}

.w--65 {
  width: 260px;
}

.h--65 {
  height: 260px;
}

.w--66 {
  width: 264px;
}

.h--66 {
  height: 264px;
}

.w--67 {
  width: 268px;
}

.h--67 {
  height: 268px;
}

.w--68 {
  width: 272px;
}

.h--68 {
  height: 272px;
}

.w--69 {
  width: 276px;
}

.h--69 {
  height: 276px;
}

.w--70 {
  width: 280px;
}

.h--70 {
  height: 280px;
}

.w--71 {
  width: 284px;
}

.h--71 {
  height: 284px;
}

.w--72 {
  width: 288px;
}

.h--72 {
  height: 288px;
}

.w--73 {
  width: 292px;
}

.h--73 {
  height: 292px;
}

.w--74 {
  width: 296px;
}

.h--74 {
  height: 296px;
}

.w--75 {
  width: 300px;
}

.h--75 {
  height: 300px;
}

.w--76 {
  width: 304px;
}

.h--76 {
  height: 304px;
}

.w--77 {
  width: 308px;
}

.h--77 {
  height: 308px;
}

.w--78 {
  width: 312px;
}

.h--78 {
  height: 312px;
}

.w--79 {
  width: 316px;
}

.h--79 {
  height: 316px;
}

.w--80 {
  width: 320px;
}

.h--80 {
  height: 320px;
}

.w--81 {
  width: 324px;
}

.h--81 {
  height: 324px;
}

.w--82 {
  width: 328px;
}

.h--82 {
  height: 328px;
}

.w--83 {
  width: 332px;
}

.h--83 {
  height: 332px;
}

.w--84 {
  width: 336px;
}

.h--84 {
  height: 336px;
}

.w--85 {
  width: 340px;
}

.h--85 {
  height: 340px;
}

.w--86 {
  width: 344px;
}

.h--86 {
  height: 344px;
}

.w--87 {
  width: 348px;
}

.h--87 {
  height: 348px;
}

.w--88 {
  width: 352px;
}

.h--88 {
  height: 352px;
}

.w--89 {
  width: 356px;
}

.h--89 {
  height: 356px;
}

.w--90 {
  width: 360px;
}

.h--90 {
  height: 360px;
}

.w--91 {
  width: 364px;
}

.h--91 {
  height: 364px;
}

.w--92 {
  width: 368px;
}

.h--92 {
  height: 368px;
}

.w--93 {
  width: 372px;
}

.h--93 {
  height: 372px;
}

.w--94 {
  width: 376px;
}

.h--94 {
  height: 376px;
}

.w--95 {
  width: 380px;
}

.h--95 {
  height: 380px;
}

.w--96 {
  width: 384px;
}

.h--96 {
  height: 384px;
}

.w--97 {
  width: 388px;
}

.h--97 {
  height: 388px;
}

.w--98 {
  width: 392px;
}

.h--98 {
  height: 392px;
}

.w--99 {
  width: 396px;
}

.h--99 {
  height: 396px;
}

.w--100 {
  width: 400px;
}

.h--100 {
  height: 400px;
}

.w--101 {
  width: 404px;
}

.h--101 {
  height: 404px;
}

.w--102 {
  width: 408px;
}

.h--102 {
  height: 408px;
}

.w--103 {
  width: 412px;
}

.h--103 {
  height: 412px;
}

.w--104 {
  width: 416px;
}

.h--104 {
  height: 416px;
}

.w--105 {
  width: 420px;
}

.h--105 {
  height: 420px;
}

.w--106 {
  width: 424px;
}

.h--106 {
  height: 424px;
}

.w--107 {
  width: 428px;
}

.h--107 {
  height: 428px;
}

.w--108 {
  width: 432px;
}

.h--108 {
  height: 432px;
}

.w--109 {
  width: 436px;
}

.h--109 {
  height: 436px;
}

.w--110 {
  width: 440px;
}

.h--110 {
  height: 440px;
}

.w--111 {
  width: 444px;
}

.h--111 {
  height: 444px;
}

.w--112 {
  width: 448px;
}

.h--112 {
  height: 448px;
}

.w--113 {
  width: 452px;
}

.h--113 {
  height: 452px;
}

.w--114 {
  width: 456px;
}

.h--114 {
  height: 456px;
}

.w--115 {
  width: 460px;
}

.h--115 {
  height: 460px;
}

.w--116 {
  width: 464px;
}

.h--116 {
  height: 464px;
}

.w--117 {
  width: 468px;
}

.h--117 {
  height: 468px;
}

.w--118 {
  width: 472px;
}

.h--118 {
  height: 472px;
}

.w--119 {
  width: 476px;
}

.h--119 {
  height: 476px;
}

.w--120 {
  width: 480px;
}

.h--120 {
  height: 480px;
}

.w--121 {
  width: 484px;
}

.h--121 {
  height: 484px;
}

.w--122 {
  width: 488px;
}

.h--122 {
  height: 488px;
}

.w--123 {
  width: 492px;
}

.h--123 {
  height: 492px;
}

.w--124 {
  width: 496px;
}

.h--124 {
  height: 496px;
}

.w--125 {
  width: 500px;
}

.h--125 {
  height: 500px;
}

.w--126 {
  width: 504px;
}

.h--126 {
  height: 504px;
}

.w--127 {
  width: 508px;
}

.h--127 {
  height: 508px;
}

.w--128 {
  width: 512px;
}

.h--128 {
  height: 512px;
}

.w--129 {
  width: 516px;
}

.h--129 {
  height: 516px;
}

.w--130 {
  width: 520px;
}

.h--130 {
  height: 520px;
}

.w--131 {
  width: 524px;
}

.h--131 {
  height: 524px;
}

.w--132 {
  width: 528px;
}

.h--132 {
  height: 528px;
}

.w--133 {
  width: 532px;
}

.h--133 {
  height: 532px;
}

.w--134 {
  width: 536px;
}

.h--134 {
  height: 536px;
}

.w--135 {
  width: 540px;
}

.h--135 {
  height: 540px;
}

.w--136 {
  width: 544px;
}

.h--136 {
  height: 544px;
}

.w--137 {
  width: 548px;
}

.h--137 {
  height: 548px;
}

.w--138 {
  width: 552px;
}

.h--138 {
  height: 552px;
}

.w--139 {
  width: 556px;
}

.h--139 {
  height: 556px;
}

.w--140 {
  width: 560px;
}

.h--140 {
  height: 560px;
}

.w--141 {
  width: 564px;
}

.h--141 {
  height: 564px;
}

.w--142 {
  width: 568px;
}

.h--142 {
  height: 568px;
}

.w--143 {
  width: 572px;
}

.h--143 {
  height: 572px;
}

.w--144 {
  width: 576px;
}

.h--144 {
  height: 576px;
}

.w--145 {
  width: 580px;
}

.h--145 {
  height: 580px;
}

.w--146 {
  width: 584px;
}

.h--146 {
  height: 584px;
}

.w--147 {
  width: 588px;
}

.h--147 {
  height: 588px;
}

.w--148 {
  width: 592px;
}

.h--148 {
  height: 592px;
}

.w--149 {
  width: 596px;
}

.h--149 {
  height: 596px;
}

.w--150 {
  width: 600px;
}

.h--150 {
  height: 600px;
}

.w--151 {
  width: 604px;
}

.h--151 {
  height: 604px;
}

.w--152 {
  width: 608px;
}

.h--152 {
  height: 608px;
}

.w--153 {
  width: 612px;
}

.h--153 {
  height: 612px;
}

.w--154 {
  width: 616px;
}

.h--154 {
  height: 616px;
}

.w--155 {
  width: 620px;
}

.h--155 {
  height: 620px;
}

.w--156 {
  width: 624px;
}

.h--156 {
  height: 624px;
}

.w--157 {
  width: 628px;
}

.h--157 {
  height: 628px;
}

.w--158 {
  width: 632px;
}

.h--158 {
  height: 632px;
}

.w--159 {
  width: 636px;
}

.h--159 {
  height: 636px;
}

.w--160 {
  width: 640px;
}

.h--160 {
  height: 640px;
}

.w--161 {
  width: 644px;
}

.h--161 {
  height: 644px;
}

.w--162 {
  width: 648px;
}

.h--162 {
  height: 648px;
}

.w--163 {
  width: 652px;
}

.h--163 {
  height: 652px;
}

.w--164 {
  width: 656px;
}

.h--164 {
  height: 656px;
}

.w--165 {
  width: 660px;
}

.h--165 {
  height: 660px;
}

.w--166 {
  width: 664px;
}

.h--166 {
  height: 664px;
}

.w--167 {
  width: 668px;
}

.h--167 {
  height: 668px;
}

.w--168 {
  width: 672px;
}

.h--168 {
  height: 672px;
}

.w--169 {
  width: 676px;
}

.h--169 {
  height: 676px;
}

.w--170 {
  width: 680px;
}

.h--170 {
  height: 680px;
}

.w--171 {
  width: 684px;
}

.h--171 {
  height: 684px;
}

.w--172 {
  width: 688px;
}

.h--172 {
  height: 688px;
}

.w--173 {
  width: 692px;
}

.h--173 {
  height: 692px;
}

.w--174 {
  width: 696px;
}

.h--174 {
  height: 696px;
}

.w--175 {
  width: 700px;
}

.h--175 {
  height: 700px;
}

.w--176 {
  width: 704px;
}

.h--176 {
  height: 704px;
}

.w--177 {
  width: 708px;
}

.h--177 {
  height: 708px;
}

.w--178 {
  width: 712px;
}

.h--178 {
  height: 712px;
}

.w--179 {
  width: 716px;
}

.h--179 {
  height: 716px;
}

.w--180 {
  width: 720px;
}

.h--180 {
  height: 720px;
}

.w--181 {
  width: 724px;
}

.h--181 {
  height: 724px;
}

.w--182 {
  width: 728px;
}

.h--182 {
  height: 728px;
}

.w--183 {
  width: 732px;
}

.h--183 {
  height: 732px;
}

.w--184 {
  width: 736px;
}

.h--184 {
  height: 736px;
}

.w--185 {
  width: 740px;
}

.h--185 {
  height: 740px;
}

.w--186 {
  width: 744px;
}

.h--186 {
  height: 744px;
}

.w--187 {
  width: 748px;
}

.h--187 {
  height: 748px;
}

.w--188 {
  width: 752px;
}

.h--188 {
  height: 752px;
}

.w--189 {
  width: 756px;
}

.h--189 {
  height: 756px;
}

.w--190 {
  width: 760px;
}

.h--190 {
  height: 760px;
}

.w--191 {
  width: 764px;
}

.h--191 {
  height: 764px;
}

.w--192 {
  width: 768px;
}

.h--192 {
  height: 768px;
}

.w--193 {
  width: 772px;
}

.h--193 {
  height: 772px;
}

.w--194 {
  width: 776px;
}

