:root {
  --boost-white: #fff;
  --boost-sand-3: #d8cfc7;
  --boost-green: #00a443;
  --boost-green-1: #007f33;
  --boost-green-3: #26bf64;
  --boost-forest: #00402a;
  --boost-forest-1: #dcebe1;
  --boost-forest-2: #A2BCB1;
  --boost-forest-4: #2F6852;
  --boost-sand-7: #3a3735;
  --boost-sand-1: #fffeff;
  --boost-sand: #fff5ec;
  --boost-sunset: #ff9c1a;
  --boost-sky: #0DA9FF;
}

#boost {
  width: 100%;
  max-width: 980px;
  padding: 16px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid var(--boost-sand-3);
  background: var(--boost-white);
}

#boost * {
  font-family: "IberPangeaText" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#boost strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#boost h2,
#boost h3,
#boost h4 {
  margin-top: 0 !important;
}

#boost ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#boost ul li:before {
  content: none !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#boost img,
#boost svg {
  display: block;
  width: 100%;
}

#boost .boost_header {
  border-radius: 16px;
  background-color: var(--boost-sand);
  position: relative;
  padding: 40px 21px;
  width: 100%;
  margin-bottom: 16px;
}

#boost .boost_header_border {
  border: 2px dashed var(--boost-green);
  padding: 13px;
}

#boost .boost_header_inner {
  background-color: var(--boost-green-1);
  padding: 9px 9px 27px;
}

#boost .boost_header_title {
  color: var(--boost-sand-1) !important;
  font-size: 17px;
  line-height: 1.17;
  text-align: center;
  text-wrap: balance;
  font-family: "IberPangea" !important;
  font-weight: normal;
  font-style: normal;
}

#boost .boost_header_title strong {
  font-size: 17px;
  line-height: 1.17;
  font-family: "IberPangea Bold" !important;
  font-weight: normal;
  font-style: normal;
}

#boost .boost_header_icon {
  max-width: 67px;
  position: absolute;
}

#boost .boost_header_icon-1 {
  max-width: 68px;
  margin: 0 auto 8px;
  position: relative;
}

#boost .boost_header_icon-2 {
  top: 14px;
  left: 12px;
}

#boost .boost_header_icon-3 {
  top: 14px;
  right: 12px;
}

#boost .boost_header_icon-4 {
  bottom: 14px;
  right: 12px;
}

#boost .boost_header_icon-5 {
  bottom: 14px;
  left: 12px;
}

#boost .boost_list {}

#boost .boost_list_item {
  color: var(--boost-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  width: 100%;
  border-radius: 16px;
  border: 1px solid;
  background: var(--boost-white);
  padding: 8px;
  margin-bottom: 8px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

#boost .boost_list_item:after {
  content: '';
  display: block;
  border-radius: 100%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  order: -1;
}

#boost .boost_list_item-1 {
  border-color: var(--boost-forest-2);
}

#boost .boost_list_item-1:after {
  background-color: var(--boost-forest-1);
}

#boost .boost_list_item-2 {
  border-color: var(--boost-forest-4);

}

#boost .boost_list_item-2:after {
  background-color: var(--boost-forest-4);
}

#boost .boost_list_item-3 {
  border-color: var(--boost-sunset);
}

#boost .boost_list_item-3:after {
  background-color: var(--boost-sunset);
}

#boost .boost_list_item-4 {
  border-color: var(--boost-sky);
}

#boost .boost_list_item-4:after {
  background-color: var(--boost-sky);
}

#boost .boost_list_item strong {
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}


@media (min-width: 700px) {
  #boost {
    padding: 64px 22px;
    border: none;
    background-color: var(--boost-sand);
  }

  #boost .boost_header {
    max-width: 343px;
    padding: 27px 17px;
    margin: 0 auto;
  }

  #boost .boost_header_border {
    padding: 19px;
  }

  #boost .boost_header_inner {
    padding: 31px 11px 36px;
  }

  #boost .boost_header_title {
    font-size: 20px;
    line-height: 1.10;
  }
  
  #boost .boost_header_title strong {
    font-size: 20px;
    line-height: 1.10;
  }

  #boost .boost_header_icon {
    max-width: 80px;
  }

  #boost .boost_header_icon-1 {
    max-width: 100px;
    margin-bottom: 10px;
  }

  #boost .boost_header_icon-2 {
    top: 0;
    left: 0;
  }

  #boost .boost_header_icon-3 {
    top: 0;
    right: 0;
  }

  #boost .boost_header_icon-4 {
    bottom: 10px;
    right: 0;
  }

  #boost .boost_header_icon-5 {
    bottom: 10px;
    left: 0;
  }

  #boost .boost_list {
    width: 100%;
  }

  #boost .boost_list_item {
    width: calc(50% - 207px);
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    font-size: 18px;
    line-height: 1.33;
  }

  #boost .boost_list_item strong {
    font-size: 18px;
    line-height: 1.33;
  }

  #boost .boost_list_item p {
    border-radius: 16px;
    background: var(--boost-white);
    padding: 10px;
    width: 100%;
    display: flex;
    min-height: 140px;
    align-items: center;
  }

  #boost .boost_list_item p span {
    display: block;
  }

  #boost .boost_list_item-1 p,
  #boost .boost_list_item-3 p {
    text-align: right;
  }

  #boost .boost_list_item-2 p,
  #boost .boost_list_item-4 p {
    text-align: left;
  }

  #boost .boost_list_item:after {
    content: none;
    display: none;
  }

  #boost .boost_list_item-1 {
    top: 32px;
    left: 22px;
    padding-right: 9px;
    border-right: 2px solid var(--boost-forest-1);
  }

  #boost .boost_list_item-2 {
    top: 32px;
    right: 22px;
    padding-left: 9px;
    border-left: 2px solid var(--boost-forest-4);
  }

  #boost .boost_list_item-3 {
    bottom: 32px;
    left: 22px;
    padding-right: 9px;
    border-right: 2px solid var(--boost-sunset);
  }

  #boost .boost_list_item-4 {
    bottom: 32px;
    right: 22px;
    padding-left: 9px;
    border-left: 2px solid var(--boost-sky);
  }

}

@media (min-width: 1000px) {
  #boost {
    padding: 38px 36px;
  }

  #boost .boost_header {
    max-width: 400px;
    padding: 25px;
  }

  #boost .boost_header_border {
    padding: 25px;
  }

  #boost .boost_header_inner {
    padding: 44px 20px 60px;
  }

  #boost .boost_header_icon {
    max-width: 100px;
  }

  #boost .boost_header_icon-4 {
    bottom: 4px;
  }

  #boost .boost_header_icon-5 {
    bottom: 4px;
  }

  #boost .boost_list_item {
    width: calc(50% - 245px);
  }

  #boost .boost_list_item-1 {
    left: 36px;
    padding-right: 15px;
  }

  #boost .boost_list_item-2 {
    right: 36px;
    padding-left: 15px;
  }

  #boost .boost_list_item-3 {
    left: 36px;
    padding-right: 15px;
  }

  #boost .boost_list_item-4 {
    right: 36px;
    padding-left: 15px;
  }

  #boost .boost_list_item p {
    min-height: 120px;
  }

  #column-2 #boost {
    padding: 64px 22px;
  }

  #column-2 #boost .boost_header {
    max-width: 343px;
    padding: 27px 17px;
  }

  #column-2 #boost .boost_header_border {
    padding: 19px;
  }

  #column-2 #boost .boost_header_inner {
    padding: 31px 11px 36px;
  }

  #column-2 #boost .boost_header_icon {
    max-width: 80px;
  }

  #column-2 #boost .boost_header_icon-1 {
    max-width: 100px;
  }

  #column-2 #boost .boost_header_icon-4 {
    bottom: 10px;
  }

  #column-2 #boost .boost_header_icon-5 {
    bottom: 10px;
  }

  #column-2 #boost .boost_list_item {
    width: calc(50% - 207px);
  }

  #column-2 #boost .boost_list_item-1 {
    left: 22px;
    padding-right: 9px;
  }

  #column-2 #boost .boost_list_item-2 {
    right: 22px;
    padding-left: 9px;
  }

  #column-2 #boost .boost_list_item-3 {
    left: 22px;
    padding-right: 9px;
  }

  #column-2 #boost .boost_list_item-4 {
    right: 22px;
    padding-left: 9px;
  }

  #column-2 #boost .boost_list_item p {
    min-height: 140px;
  }
}