*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	box-sizing: border-box;
	position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  position: relative;
  font-family: 'Soho Gothic Pro', sans-serif;
  font-weight: 400;
  margin: 0px auto;
  padding: 0px;
  color: #636362;
  width: 1754px !important;
  height: 1240px !important;
}

/* .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
} */

.overlay {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000a6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
  display: flex;
  align-items: center;
  justify-content: center;
}

.formWrapper {
  width: 651px;
  height: 589px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formWrapper h5 {
  font-family: 'Soho Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 57px;
  color: #E56A54;
  position: absolute;
  top: 0;
  left: 83px;
}

#loginform {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

#loginform label {
  font-family: 'Soho Gothic Pro', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #646363;
}

.login-username, .login-password {
  display: flex;
  flex-direction: column;
}

.login-username input, .login-password input {
  border: none;
  border-bottom: 1px solid;
  width: 480px;
  outline: none;
  padding-left: 10px;
  font-family: 'Soho Gothic Pro', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
  color: #000;
  opacity: 0.4;
  height: 47px;
}

::placeholder {
  color: #646363;
  font-size: 18px;
}

.login-remember {
  display: none;
}

#wp-submit {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  background: #E56A54;
  border-radius: 2px;
  width: fit-content;
  padding: 21px 69px;
  width: 284px;
  outline: none;
  border: none;
  margin-top: 19px;
}

#wp-submit:hover {
  cursor: pointer;
}


.removedBorders .one-page:not(.main-content) {
  display: block;
  margin-bottom: 0px;
}
.removedBorders .one-page {
  margin-bottom: 0px;
  border-width: 0px;
}
.show-oter-pages:not(.removedBorders) .one-page {
  display: block;
  border: 1px solid grey;
  margin-bottom: 2rem;
}

.buttons-row {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: auto;
  padding: 0px 12px;
  z-index: 9999999;
}
.buttons-row.buttons-top {
  bottom: auto;
  top: 0px;
  font-weight: 300;
}
.buttons-row.buttons-bottom {
  left: 50%;
  transform: translateX(-50%);
}

.beforeSave {
  width: 1754px !important;
  height: 1240px !important;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  display: block;
}

.content {
  width: 1754px;
  margin: 0 auto;
}

.block-action:hover, .uploadFile:hover {
  cursor: pointer;
}

.imageUpload-xs {
  position: relative;
  height: 250px !important;
  width: 250px !important;
  border-radius: 50% !important;
  border: 0px solid #999;
  box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: url(./assets/placeholder_photo_xs.png);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.imageUpload-xs.thumb2 {
  box-shadow: -10px 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.imageUpload-xs.thumb3 {
  box-shadow: none;
}

.croppie-container.imageUpload-xs {
  border: none;
  background: #fff;
}

.imageUpload-xs:hover, .imageUpload-xl:hover {
  cursor: pointer;
}

.imageUpload-xs .block-action {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  bottom: 5px;
  right: 5px;
}

.imageUpload-xs .uploadFile {
  height: 22px;
  width: 22px;
  position: relative;
  z-index: 9;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.uploadFile::-webkit-file-upload-button {
  visibility: hidden;
  -webkit-appearance: none;
}

.uploadFile::file-selector-button {
  visibility: hidden;
}

.imageUpload-xs .block-action {
  content: '';
  display: inline-block;
  background: url(./assets/plus_xs.png);
  width: 22px;
  height: 22px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
}

.uploadFile:hover::before {
  border-color: black;
}

.uploadFile:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.imageUpload-xs .delete-img {
  width: 32px;
  height: 32px;
  background: url(./assets/close_xs.png);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.imageUpload-xl {
  position: relative;
  height: 630px !important;
  width: 1160px !important;
  border: 2px solid #c0c0c0;
  box-sizing: border-box;
  background: url(./assets/placeholder_photo_xl.png);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imageUpload-xl .block-action {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  bottom: 20px;
  left: 20px;
}

.imageUpload-xl .block-action {
  content: '';
  display: inline-block;
  background: url(./assets/plus_xl.png);
  width: 70px;
  height: 70px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  z-index: 9999999;
}

.imageUpload-xl .uploadFile {
  height: 70px;
  width: 70px;
  position: relative;
  z-index: 9;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.imageUpload-xl .delete-img {
  width: 100px;
  height: 100px;
  background: url(./assets/close_xl.png);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.imageUpload-xl .crop-img {
  width: 100px;
  height: 100px;
  background: url(./assets/close_xl.png);
  position: absolute;
  left: 38px;
  bottom: 38px;
}

.imageUpload-xs .cr-boundary {
  border-radius: 50%;
  border: 0px solid #999;
}

.imgUp img {
  display: inline;
  max-width: 648px;
  max-height: 648px;
}

#moddal {
  z-index: 99999999999999999;
  position: relative;
}

.download {
  display: flex;
  justify-content: center;
}

.btn {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  background: #646363;
  opacity: 0.2;
  border-radius: 2px;
  width: fit-content;
  padding: 21px 69px;
  width: 284px;
  text-align: center;
  margin: 0 10px;
}

.btn:hover {
  cursor: pointer;
}

.btn.active {
  background: rgb(229, 106, 84);
  opacity: 1;
  border: none;
}

#edit-btn {
  opacity: 1;
  background: #027520;
  display: none;
}

#download-btn {}

#download-btn:hover {
  cursor: pointer;
}

#reset-btn {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  margin-left: 30px;
  background: #ef9f00;
  padding: 21px 21px;
  color: #fff;
  display: none;
}

#reset-btn:hover {
  cursor: pointer;
}

.removedBorders .btn {
  display: none;
}

.removedBorders .down {
  display: none;
}

.removedBorders .delete-img {
  display: none;
}

.removedBorders .block-action {
  display: none;
}

.removedBorders .open {
  display: none;
}

.removedBorders .box {
  display: none;
}

.removedBorders .imgUp {
  background: transparent;
  /* border: none;*/
}

.removedBorders .imageUpload-xs {
  border: none;
}

.removedBorders .logo_row .imageUpload-xs {
  /* display: none;*/
}

.removedBorders .desc-text {
  border-width: 0px;
  overflow: hidden;
  /* min-height: auto;*/
}

.removedBorders .textarea-text {
  border: none;
  /* padding-left: 0;*/
}

.removedBorders .additianl-title {
  padding-left: 0
}

.removedBorders .mainText-area {
  padding-left: 0;
  border: 0;
  resize: none;
}
.removedBorders .imageUpload-xl {
  border-color: transparent!important;
}

.removedBorders .cropWrapper:not(.ready) .imageUpload-xs {
  box-shadow: none!important;
}

.footer {
  height: 114px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
}

/* content */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-weight: 400;
}
h1 {
  font-size: 69px;
}
h2 {
  font-size: 52px;
}
h3 {
  font-size: 45px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 21px;
}
b, strong {
  font-weight: 700;
}
p {
  font-size: 16.6px;
  line-height: 1.4;
  margin: 0px;
}
.text-block {
  line-height: 1.22;
}
.text-block p {
  font-weight: 300;
}
.img-container img, .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.logo_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.logo {
  z-index: 999999;
}

.no_logo .logo {
  display: none!important;
}


.select-wrapper {
  display: flex;
  position: relative;
  width: 320px;
}
.select-wrapper select {
  margin: 0px;
}

.select-wrapper img {
  position: absolute;
  z-index: 99;
  height: 22px;
  width: auto;
  top: 3px;
  right: 5px;
  pointer-events: none;
  touch-action: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 28px;
  padding-left: 5px;
}

.down {
  width: 320px;
}

.page-mask {
  position: absolute;
  z-index: 1!important;
  opacity: 1!important;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden!important;
}
.bg-circle {
  display: block;
  position: absolute;
  width: 1200px;
  height: 1200px;
  background-color: #ffffff;
  border-radius: 100%;
  top: 0px;
  right: 0px;
  transform: translate(59%, -50%);
}

.m-cup {
  position: absolute;
  display: block;
}
.m-cup1 {
  background: url(./assets/m-cup1.png);
  top: 0;
  left: 0;
  width: 172px;
  height: 125px;
}
.m-cup2 {
  background: url(./assets/m-cup2.png);
  top: 60px;
  right: 0;
  width: 190px;
  height: 428px;
}
.m-cup3 {
  background: url(./assets/m-cup3.png);
  bottom: 0;
  left: 0;
  width: 215px;
  height: 234px;
}

.one-page {
  width: 1754px!important;
  height: 1240px!important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
#first-page {
  /* background-image: url(./assets/new-page1.jpg); */
}
#main-content {
  /* background-image: url(./assets/new-page2.jpg); */
}
#second-content {
  /* background-image: url(./assets/new-page3.jpg); */
}
#penult-page {
  background-image: url(./assets/new-page4.jpg);
}
#last-page {
  /* background-image: url(./assets/new-page5.jpg); */
}

.one-page:not(.main-content) {
  display: none;
}

/* first page */
.first-page {
  background-color: #ffffff;
}
.first-page>* {
  position: absolute;
}
.first-page .top-title {
  color: #636362;
  font-weight: 700;
  top: 102px;
  left: 182px;
  text-transform: uppercase;
  line-height: 1.22;
  max-width: 950px;
}
.first-page .bottom-title {
  color: #636362;
  font-weight: 300;
  bottom: 90px;
  left: 186px;
  font-size: 48px;
  line-height: 1.22;
  max-width: 1300px;
  z-index: 10;
}
.first-page .bottom-title.add-subline::after {
  bottom: auto;
  top: -30px;
}
.first-page .img-for-page {
  position: absolute;
  width: 100%;
  top: 345px;
  left: 0px;
  z-index: 1;
}

.first-page .content-row.bottom-row {
  position: absolute;
  width: 100%;
  height: 220px;
  left: 0px;
  top: 50px;
  background-color: transparent;
  z-index: 5;
}
.first-page .content-row .logo_row {
  position: absolute;
  top: 14px;
  right: 83px;
}

.first-page .bg-circle {
  display: block;
  position: absolute;
  width: 1450px;
  height: 1450px;
  background-color: #ffffff;
  background-image: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(163,168,213,1) 26%, rgba(116,126,187,1) 52%, rgba(112,123,185,1) 100%);
  border-radius: 100%;
  top: 0px;
  right: 0px;
  transform: translate(50%, -24.8%);
}

/* main-content */
.main-content .bg-circle {
  display: block;
  position: absolute;
  width: 1250px;
  height: 1250px;
  background-color: #f2eeef;
  border-radius: 100%;
  top: 0px;
  right: 0px;
  transform: translate(53%, -13%);
}

.main-content .side-title {
  color: #636362;
  font-size: 34px;
  top: 76px;
  right: 101px;
  line-height: 1.17;
  max-width: 700px;
  z-index: 10;
  position: absolute;
}
.main-content .side-title strong {
  letter-spacing: -0.03em;
}

.content-row {
  z-index: 10;
  position: absolute;
  display: block;
}
.border-box {
  width: 1565px;
  height: 655px;
  border-top: 2px solid #636362;
  border-bottom: 2px solid #636362;
  position: absolute;
  top: 254px;
  left: 97px;
  z-index: 1;
  pointer-events: none;
  touch-action: none;
}
.border-box::before, .border-box::after {
  content: " ";
  display: block;
  position: absolute;
  width: 2px;
  height: 130px;
  background-color: #636362;
  top: -13px;
  left: 13px;
}
.border-box::after {
  top: auto;
  left: auto;
  bottom: -13px;
  right: 13px;
}

.content-row.top-content {
  top: 74px;
  left: 110px;
  max-width: 680px;
}

#title {
  line-height: 1.12;
  font-weight: 800;
  font-size: 66px;
}
#sub-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
}
#material {
  font-weight: 300;
  font-size: 22px;
}

.content-row.bottom-content {
  width: 1565px;
  height: 232px;
  bottom: 81px;
  left: 97px;
  padding: 12px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  border-bottom: 2px solid #636362;
}

.content-row.bottom-content>* {
  padding: 0px 12px;
  max-height: 100%;
  overflow: hidden;
}

.content-row .cup-part {
  width: 292px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 110px;
}
.content-row .cup-part .clean-cup {
  height: 164px;
  margin-top: 24px;
}

.content-row .detail-part {
  width: 220px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  margin-right: 30px;
}
.detail-title, .description-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 6px;
}

.param {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  color: #636362;
  margin-bottom: 4px;
}
.param-icon {
  width: 100%;
  text-align: center;
  margin-bottom: 2px;
}
.param-icon .param-img {
  width: 44px;
  height: auto;
}
.param_title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  padding-right: 6px;
}

#volume, #diameter, #height, #weight {
  padding-right: 6px;
}

.content-row .description-part {
  width: 690px;
  margin-right: 20px;
}

.desc-text {
  width: 100%;
  height: 157px;
  padding: 0px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
  color: #636362;
  margin-bottom: 4px;
  font-family: 'Soho Gothic Pro', sans-serif;
  resize: none;
  border: 1px solid #aaaaaa;
  border-radius: 0px;
}

.logo_row {
  width: 279px;
}
.logo_row.content-logo {
  position: absolute;
  z-index: 10;
  top: 33px;
  right: 30px;
}
.logo_row.content-logo .logo img {
  height: 160px;
}

.logo_row .logo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.first-page .logo_row .logo img {
  height: 215px;
  width: auto;
  /* margin-left: 45px;
  margin-bottom: 13px; */
}

.row-maintrumb {
  display: block;
  position: absolute;
  z-index: 5;
  top: 266px;
  left: 125px;
}

.row-thumbs {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  z-index: 10;
  position: absolute;
  top: 320px;
  right: 200px;
}

.row-thumbs .cropWrapper {
  width: 250px;
  margin-left: 15px;
  margin-bottom: 24px;
}

.icon-container {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  touch-action: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.icon-desc {
  font-size: 11px;
  line-height: 1.15;
  font-weight: 300;
  margin-top: 0px;
  display: block;
  color: #646363;
}
.icon-img {
  width: 256px;
  height: auto;
}
.icon-img>* {
  max-width: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.icon-container.type-leaf {
  top: 1060px;
  left: 145px;
  opacity: 0.5;
}
.icon-container.type-leaf .icon-img {
  width: 65px;
}
.icon-container.type-eu {
  top: 1060px;
  left: 227px;
  opacity: 0.5;
}
.icon-container.type-eu .icon-img {
  width: 47px;
}
.icon-container svg path[fill] {
  fill: #646363;
}

/* penulte page */
.penult-page .tb1 {
  position: absolute;
  top: 607px;
  right: 940px;
  max-width: 600px;
  color: #ffffff;
}
.penult-page .tb1 h2 {
  font-weight: 700;
  font-size: 79px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.penult-page .tb1 p {
  font-size: 18.5px;
}
.penult-page .icon-container.type-new {
  top: 346px;
  left: 605px;
}
.penult-page .icon-container.type-new .icon-img {
  width: 195px;
}


/* last page */
.last-page {
  background-color: #ffffff;
}
.last-page .bg-circle {
  top: auto;
  bottom: 0px;
  transform: translate(11%, 33%);
  width: 400px;
  height: 400px;
  background-color: #f9f7f8;
}
.last-page>* {
  position: absolute;
  z-index: 10;
}
.last-page .tb1 {
  top: 80px;
  left: 970px;
  max-width: 400px;
}
.last-page .tb2 {
  top: 330px;
  left: 970px;
  max-width: 385px;
}
.last-page .tb3 {
  top: 525px;
  left: 970px;
  max-width: 380px;
}
.last-page .tb4 {
  top: 750px;
  left: 970px;
  max-width: 410px;
}
.last-page .tb5 {
  top: 145px;
  left: 150px;
  max-width: 390px;
  color: #ffffff;
}
.last-page .tb5.add-subline::after {
  background-color: #ffffff;
}

.last-page p {
  margin: 7px 0px;
}

.last-page .img-for-page {
  position: absolute;
  width: 878px;
  top: auto;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.last-page .icon-container.type-new {
  top: 868px;
  left: 1398px;
}
.last-page .icon-container.type-new .icon-img {
  width: 120px;
}
.last-page .icon-container.type-beruau {
  top: 1010px;
  left: 1429px;
}
.last-page .icon-container.type-beruau .icon-img {
  width: 236px;
}
.last-page .icon-container.type-eco {
  top: 410px;
  left: 150px;
}
.last-page .icon-container.type-eco .icon-img {
  width: 95px;
}
.last-page .logo_row {
  position: absolute;
  top: 43px;
  right: 70px;
  width: 160px;
}
.last-page .logo_row .logo img {
  margin: 0px;
}

.trans-upper, .last-page h2, .last-page h4 {
  text-transform: uppercase;
}
.trans-normal {
  text-transform: none!important;
}

.add-subline::after {
  content: " ";
  display: block;
  position: absolute;
  width: 95px;
  height: 2px;
  background-color: #636362;
  bottom: -30px;
  left: 0px;
}

/* Custom switch */
.switch-item {
  padding: 8px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.switch-item .info {
  order: 2;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  order: 1;
  margin-right: 12px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #ccc;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #ce6854;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ce6854;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* update */
.pages-display-controls {
  display: none;
  padding: 12px 0px 6px;
}
.show-oter-pages .pages-display-controls {
  display: block;
}
.pages-display-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 6px;
}
.pd-label {
  margin-bottom: 6px;
}
.one-page.hide-current-page {
  display: none!important;
  visibility: hidden!important;
}

/* fonts */
@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-Ultra.eot');
    src: local('Soho Gothic Pro Ultra'), local('SohoGothicPro-Ultra'),
        url('./assets/fonts/SohoGothicPro-Ultra.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-Ultra.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-Ultra.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-Ultra.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-UltraItalic.eot');
    src: local('Soho Gothic Pro Ultra Italic'), local('SohoGothicPro-UltraItalic'),
        url('./assets/fonts/SohoGothicPro-UltraItalic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-UltraItalic.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-UltraItalic.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-UltraItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-ExtraBold.eot');
    src: local('Soho Gothic Pro ExtraBold'), local('SohoGothicPro-ExtraBold'),
        url('./assets/fonts/SohoGothicPro-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-ExtraBold.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-ExtraBold.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-ExtraBoldIt.eot');
    src: local('Soho Gothic Pro ExtraBold It'), local('SohoGothicPro-ExtraBoldIt'),
        url('./assets/fonts/SohoGothicPro-ExtraBoldIt.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-ExtraBoldIt.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-ExtraBoldIt.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-ExtraBoldIt.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-Bold.eot');
    src: local('SohoGothicPro-Bold'),
        url('./assets/fonts/SohoGothicPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-Bold.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-Bold.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-BoldItalic.eot');
    src: local('Soho Gothic Pro Bold Italic'), local('SohoGothicPro-BoldItalic'),
        url('./assets/fonts/SohoGothicPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-BoldItalic.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-BoldItalic.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-Medium.eot');
    src: local('Soho Gothic Pro Medium'), local('SohoGothicPro-Medium'),
        url('./assets/fonts/SohoGothicPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-Medium.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-Medium.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-MediumItalic.eot');
    src: local('Soho Gothic Pro Medium Italic'), local('SohoGothicPro-MediumItalic'),
        url('./assets/fonts/SohoGothicPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-MediumItalic.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-MediumItalic.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-Regular.eot');
    src: local('Soho Gothic Pro Regular'), local('SohoGothicPro-Regular'),
        url('./assets/fonts/SohoGothicPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-Regular.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-Regular.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-Italic.eot');
    src: local('Soho Gothic Pro Italic'), local('SohoGothicPro-Italic'),
        url('./assets/fonts/SohoGothicPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-Italic.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-Italic.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-Light.eot');
    src: local('Soho Gothic Pro Light'), local('SohoGothicPro-Light'),
        url('./assets/fonts/SohoGothicPro-Light.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-Light.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-Light.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-LightItalic.eot');
    src: local('Soho Gothic Pro Light Italic'), local('SohoGothicPro-LightItalic'),
        url('./assets/fonts/SohoGothicPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-LightItalic.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-LightItalic.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-Thin.eot');
    src: local('Soho Gothic Pro Thin'), local('SohoGothicPro-Thin'),
        url('./assets/fonts/SohoGothicPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-Thin.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-Thin.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('./assets/fonts/SohoGothicPro-ThinItalic.eot');
    src: local('Soho Gothic Pro Thin Italic'), local('SohoGothicPro-ThinItalic'),
        url('./assets/fonts/SohoGothicPro-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SohoGothicPro-ThinItalic.woff2') format('woff2'),
        url('./assets/fonts/SohoGothicPro-ThinItalic.woff') format('woff'),
        url('./assets/fonts/SohoGothicPro-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
