.tcd-tax-calculator__select {
  position: relative;
  width: 100%;
  margin-bottom: 48px;
  outline-offset: 1px;
  z-index: 4;
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-root {
  position: relative;
  width: 100%;
  min-width: 227px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 24px;
  filter: drop-shadow(0px 24px 32px rgba(236, 236, 236, 0.502021));
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-control {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 16px;
  font-weight: 400;
  color: rgb(29, 29, 29);
  outline: none;
  padding: 28px 100px;
  cursor: pointer;
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-control.active {
  border-radius: 16px 16px 0 0;
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-menu {
  box-sizing: border-box;
  display: none;
  background-color: #ffffff;
  margin-top: -1px;
  max-height: 444px;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  z-index: 1;
  padding: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  z-index: 999;
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-menu .divider {
  margin: 4px 16px 4px 24px;
  height: 1px;
  background: #f4f4f4;
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-menu .divider:nth-of-type(1) {
  margin-top: 0;
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-menu::-webkit-scrollbar {
  width: 22px;
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: none; 
  border-radius: 16px;
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-menu::-webkit-scrollbar-thumb {
  border-radius: 50px;
  border: 8px solid white;
  -webkit-box-shadow: none;
  background: #DDDDDD;
  height: 78px;
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-menu.expanded {
  display: block;
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-option {
  color: rgb(78, 78, 78);
  cursor: pointer;
  display: block;
  padding: 28px 24px;
  border-radius: 8px;
  font-weight: 700;
}

.tcd-tax-calculator__select .tcd-tax-calculator__select-option:hover,
.tcd-tax-calculator__select .tcd-tax-calculator__select-option.hovered {
  background-color: rgb(242, 246, 255);
  color: rgb(78, 78, 78);
}

.tcd-tax-calculator__select select {
  display: none;
}

.tcd-tax-calculator__select-control svg {
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
}

.tcd-tax-calculator__select-control .arrow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100px;
  height: 80px;
  top: 0;
  right: 0;
  background: #FD8550;
}

.tcd-tax-calculator__select-control svg {
  top: 40px;
  left: 40px;
}

.tcd-tax-calculator__select-control .arrow-button svg {
  position: unset;
  inset: 0;
  transform: unset;
}

.tcd-tax-calculator__select-control .arrow-button svg path {
  fill: #ffffff;
}

.tcd-tax-calculator__select-control.active .arrow-button svg {
  transform: rotate(180deg);
}

.tcd-tax-calculator__select-wrapper {
  width: 100%;
  position: relative;
}

.tippy-box[data-theme~="dark"] {
  background-color: #1d1d1d;
  color: #fff;
  padding: 12px;
}

.tippy-box[data-theme~="light"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: white;
}

.tippy-box[data-theme~="light"][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: white;
}

.tippy-box[data-theme~="light"][data-placement^="left"] > .tippy-arrow::before {
  border-left-color: white;
}

.tippy-box[data-theme~="light"][data-placement^="right"] > .tippy-arrow::before {
  border-right-color: white;
}


/* NEW STYLES */
.tcd-table-information__container {
  width: 100%;
  position: relative;
  padding: 48px 0;
  box-sizing: border-box;
}

.tcd-table-information__container .oval__wrapper {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 720px;
  max-height: 720px;
  z-index: -1;
}

.tcd-table-information__container .oval__wrapper svg {
  width: 100%;
  height: auto;
}

.tcd-state-information__wrapper {
  font-family: Avenir, sans-serif;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

.tcd-state-information__wrapper .top-img {
  width: 100%;
  max-width: 770px;
  max-height: 433px;
  margin-bottom: 24px;
}

.tcd-state-information__wrapper .top-img img {
  width: 100%;
}

.tcd-state-information__wrapper .description {
  font-size: 20px;
  line-height: 32px;
  color: #7A7A7A;
  margin-bottom: 100px;
}

.tcd-state-information__wrapper .tcd-state-information-box {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 16px;
}

.tcd-state-information__wrapper .tcd-empty-box {
  justify-content: center;
  align-items: center;
  padding: 16px 16px 40px 16px;
}

.tcd-state-information__wrapper .tcd-empty-box .tcd-empty-box__image {
  width: 100%;
  padding: 40px 0;
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEF6ED;
  border-radius: 8px;
}

.tcd-state-information__wrapper .tcd-empty-box .tcd-empty-box__image img {
  width: 100%;
  max-width: 104px;
  max-height: 104px;
}

.tcd-state-information__wrapper .tcd-content-box {
  padding: 48px 40px 56px;
}

.tcd-content-box .label {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #7a7a7a;
  margin: 0 0 8px;
}

.tcd-content-box .value {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1d1d1d;
  margin: 0;
}

.tcd-content-box .value p {
  margin: 8px 0;
}

.tcd-content-box .value p:nth-last-of-type(1) {
  margin: 8px 0 0 0;
}

.tcd-content-box .value ul {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0 0 0 20px;
}

.tcd-content-box .value ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.tcd-content-box .value ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.tcd-content-box .value ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #5089FD;
  position: absolute;
  top: 10px;
  left: -20px;
  border-radius: 50%;
}

.tcd-content-box .divider {
  width: 100%;
  height: 1px;
  background: #f4f4f4;
  margin: 24px 0 40px 0;
}

.tcd-content-box .divider:nth-last-of-type(1) {
  display: none;
}

.tcd-content-box .title {
  display: flex;
  flex-direction: row;
  margin: 0 0 40px;
  align-items: center;
}

.tcd-content-box .title .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
}

.tcd-content-box .title .icon img {
  width: 100%;
}

.tcd-content-box .title .text {
  font-family: Avenir, sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #1d1d1d;
  margin: 0;
}


.tcd-state-information__wrapper .tcd-empty-box p {
  font-family: Avenir, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #7a7a7a;
  margin: 0;
}

.tcd-state-information__wrapper .tcd-empty-box p:nth-of-type(1) {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}

.tcd-state-information__wrapper .tcd-empty-box p:nth-of-type(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.tcd-state-information__wrapper a {
  width: fit-content;
  font-family: Avenir, sans-serif;
  font-weight: bold;
  color: #5089fd;
  margin: 0;
  text-decoration: none;
  transition: color .3s ease;
}

.tcd-state-information__wrapper a:hover {
  color: #FD8550;
}

.tcd-state-information__wrapper ul a, .tcd-state-information__wrapper ol a {
  font-size: 16px;
  line-height: 24px;
}

.tcd-state-information__wrapper .link-box {
  margin: 40px 0 0 0;
}

.tcd-state-information__wrapper .link-box .link {
  width: fit-content;
  font-family: Avenir, sans-serif;
  font-weight: bold;
  color: #5089fd;
  margin: 0;
  text-decoration: none;
  transition: color .3s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  line-height: 32px;
}

.tcd-state-information__wrapper .link-box .link:hover {
  color: #FD8550;
}

.tcd-state-information__wrapper .link-box .link svg {
  margin: 0 8px 0 0;
}

.tcd-state-information__wrapper .link-box .link svg path {
  transition: .3s ease;
}

.tcd-state-information__wrapper .link-box .link:hover svg path {
  fill: #FD8550;
}

.tcd-state-information__wrapper .link-box .button {
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  width: fit-content;
  background-color: #fd8550;
  border: 2px solid #fd8550;
  border-radius: 50px;
  color: #ffffff;
  font-family: MarkPro;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 14px 37px;
  margin: 0;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  cursor: pointer;
  pointer-events: all;
}

.tcd-state-information__wrapper .link-box .button .button__arrow {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0px, -50%);
  transition: transform 0.3s ease 0s;
}

.tcd-state-information__wrapper .link-box .button .button__arrow svg path {
  fill: #ffffff;
}

.tcd-state-information__wrapper .link-box .button:hover {
  background-color: #ffffff;
  color: #fd8550;
  border-color: #fd8550;
}

.tcd-state-information__wrapper .link-box .button:hover .button__arrow svg path {
  fill: #fd8550;
}

.tcd-state-information__wrapper .link-box .button:hover .button__arrow {
  transform: translate(3px, -50%);
}

.tcd-state-tooltip {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  color: var(--gray-2);
}

@media (min-width: 768px) {
  .tcd-state-information__wrapper .link-box .button .button__arrow {
    display: flex;
  }
}

@media (max-width: 576px) {
  .tcd-table-information__container {
    padding: 32px 0;
  }
  .tcd-tax-calculator__select {
    margin-bottom: 32px;
  }
  .tcd-tax-calculator__select .tcd-tax-calculator__select-menu {
    max-height: 272px;
  }
  .tcd-tax-calculator__select .tcd-tax-calculator__select-option {
    padding: 12px 12px; 
    font-size: 14px;
    line-height: 20px;
  }
  .tcd-tax-calculator__select .tcd-tax-calculator__select-root {
    font-size: 14px;
    line-height: 20px;
  }
  .tcd-tax-calculator__select .tcd-tax-calculator__select-control {
    padding: 16px 56px;
  }
  .tcd-tax-calculator__select-control .arrow-button {
    width: 64px;
    height: 52px;
  }
  .tcd-tax-calculator__select-control svg {
    top: 24px;
    left: 24px
  }
  .tcd-content-box .title {
    margin: 0 0 32px 0;
  }
  .tcd-content-box .title .icon {
    max-width: 32px;
    height: 32px;
  }
  .tcd-content-box .title .text {
    font-size: 20px;
    line-height: 28px;
  }
  .tcd-state-information__wrapper .tcd-content-box {
    padding: 32px 16px 40px;
  }
  .tcd-state-information__wrapper .tcd-empty-box p {
    font-size: 18px;
    line-height: 26px;
  }
  .tcd-content-box .label {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .tcd-content-box .value {
    font-size: 18px;
    line-height: 26px;
  }
  .tcd-content-box .divider {
    margin: 24px 0;
  }
  .tcd-content-box .value ul li {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 16px;
  }
  .tcd-state-information__wrapper ul a, .tcd-state-information__wrapper ol a {
    font-size: 12px;
    line-height: 16px;
  }
  .tcd-content-box .value ul li::before {
    top: 6px;
  }
  .tcd-tax-calculator__select .tcd-tax-calculator__select-menu .divider {
    margin: 4px 8px;
  }
  .tcd-state-information__wrapper .description {
    font-size: 18px;
    line-height: 26px;
  }
  .tcd-table-information__container .oval__wrapper {
    display: none;
  }
}



/* Popup Styles */
.tcd-table-information__container .button-module .btn-module-popup {
  position: fixed;
  z-index: 9999;
  inset: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tcd-table-information__container .button-module .btn-module-popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tcd-table-information__container .button-module .btn-module-popup-inner {
  transition: height 0.5s ease 0s, max-width 0.5s ease 0s;
  background-color: rgb(255, 255, 255);
  width: 100%;
  max-width: 570px;
  position: relative;
  max-height: -webkit-fill-available;
  overflow-y: auto;
  pointer-events: all;
  border-radius: 4px;
  box-shadow: 0px 24px 32px rgba(236, 236, 236, 0.502021);
}
.tcd-table-information__container .button-module .btn-module-popup-form {
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 24px 20px;
}
.tcd-table-information__container .button-module .btn-module-popup-form > a.btn-module-popup-close {
  display: none !important;
}
.tcd-table-information__container .button-module .btn-module-popup .btn-module-popup-form a.btn-module-popup-close {
  font: inherit;
  color: #5089fd;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
  padding: 0;
  border: none;
  margin-top: 0;
  max-width: 106px !important;
  text-align: end;
  margin-right: 0;
  margin-bottom: 8px;
}
.tcd-table-information__container .button-module .btn-module-popup .btn-module-popup-form a.btn-module-popup-close:hover {
  color: #FD8550;
}

.tcd-table-information__container .button-module .btn-module-popup-form fieldset {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.tcd-table-information__container .button-module .btn-module-popup-form fieldset .hs-form-field {
  width: 100%;
}

a.after-submit-close {
  color: #ffffff;
}

@media (min-width: 576px){
  .tcd-table-information__container .button-module .button-module-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .tcd-table-information__container .button-module .btn-module-popup .btn-module-popup-form a.btn-module-popup-close {
    margin-right: 80px;
    margin-bottom: 0;
  }
  .tcd-table-information__container .button-module .btn-module-popup-inner {
    padding-top: 0px;
    max-height: 95vh;
  }
  .tcd-table-information__container .button-module .btn-module-popup-form {
    padding: 48px 40px;
  }
}
@media (max-width: 575px){
  .tcd-table-information__container .button-module .button-module-item {
    width: 100%;
  }  
  .tcd-table-information__container .button-module .button-module-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .tcd-table-information__container .button-module {
    display: block !important;
  }
  .tcd-state-information__wrapper .tcd-empty-box {
    padding: 16px 16px 24px 16px;
  }
  .tcd-state-information__wrapper .tcd-empty-box .tcd-empty-box__image {
    padding: 24px 0;
    margin: 0 0 24px;
  }
  .tcd-state-information__wrapper .tcd-empty-box .tcd-empty-box__image img {
    max-width: 80px;
    max-height: 80px;
  }
}