.privacy-notice-bt {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 200;
}

.trigger-privacy-notice {
  margin-top: 16px;
  background-color: #858585;
  font-family: Graphik, sans-serif;
  cursor: pointer;
}

.trigger-privacy-notice:hover {
  background-color: #6d6b6b;
}

.privacy-model {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 5px;
  border: 1px none #d1d1d1;
  border-radius: 5px;
}

.drp {
  position: relative;
  display: block;
}

.accordian-icon {
  float: left;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}

.dropdown-toggle:hover {
  background-color: #ececec;
}

.dropdown-toggle.w--open {
  display: block;
}

.notice-content-dropdown {
  margin-bottom: 10px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.ti-line-map-pin-2 {
  margin-right: 10px;
  font-family: Tonicons, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.ti-line-map-pin-2.yellow-tint {
  color: #fba53a;
}

.ti-line-map-pin-2.green-tint {
  color: #3db6a8;
}

.ti-line-map-pin-2.red-tint {
  color: #f21f2e;
}

.text-block {
  font-family: Graphik, sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.privacy-paragraph {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Graphik, sans-serif;
  font-size: 12px;
}

.drp-list {
  position: static;
  overflow: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.drp-list.w--open {
  overflow: visible;
  background-color: transparent;
}

.privacy-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Graphik, sans-serif;
  color: #f42434;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.privacy {
  margin-right: 6px;
  font-family: Tonicons, sans-serif;
  color: #5d5d5d;
  font-size: 36px;
}

.sub-text {
  font-size: 13px;
}

.close-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 5px;
  background-color: transparent;
  font-family: Graphik, sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 500;
}

.btn-icon {
  margin-right: 6px;
  font-family: Tonicons, sans-serif;
  font-size: 18px;
}

.semi-trans-full {
  display: block;
  width: 100vw;
  -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-style: none;
  background-color: #f9f9f9;
}

.close-modal-btn {
  position: static;
  display: none;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-family: Graphik, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.close-modal-btn.inside {
  position: fixed;
  display: block;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.close-block {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.close-btn-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  direction: rtl;
  text-align: center;
}

.footer {
  height: 100vh;
  padding-top: 27px;
  padding-bottom: 27px;
  background-color: #353434;
}

.footer-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.header {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.basic-ul {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ul-list-item {
  font-family: Graphik, sans-serif;
  font-size: 12px;
}

.ul-list-item.indent {
  margin-left: 20px;
}

.body {
  background-color: #f9f9f9;
}

.footer-address {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 479px) {
  .privacy-model {
    overflow: auto;
    width: 90%;
    height: 500px;
  }
  .dropdown-toggle {
    padding-left: 10px;
  }
  .ti-line-map-pin-2 {
    font-size: 13px;
  }
  .sub-text {
    padding-right: 11px;
    padding-left: 11px;
  }
  .close-modal-btn {
    display: block;
  }
  .close-modal-btn.inside {
    position: static;
    margin-right: auto;
    margin-left: auto;
    float: right;
  }
  .close-block {
    display: block;
  }
}

@font-face {
  font-family: 'Tonicons';
  src: url('../fonts/Tonicons.eot') format('embedded-opentype'), url('../fonts/Tonicons.woff') format('woff'), url('../fonts/Tonicons.ttf') format('truetype'), url('../fonts/Tonicons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}