.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.crm_-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #afafaf;
}

.image {
  width: 200px;
  margin-top: 0px;
  margin-left: 15px;
}

.link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link.top_section {
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  color: #bdbdbd;
  text-decoration: underline;
  cursor: pointer;
}

.link.top_section:hover {
  opacity: 0.53;
  font-weight: 400;
}

.link.top_section.account {
  color: #4bb21f;
}

.link.top_section.site {
  color: #b21f24;
}

.link.sub-nav {
  margin-right: 15px;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link.sub-nav:hover {
  opacity: 0.53;
  font-weight: 400;
}

.link.sub-nav.account {
  color: #4bb21f;
}

.link.sub-nav.site {
  color: #b21f24;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.crm_page_list {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100%;
  padding: 50px 10% 100px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.page_button {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #585858;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.page_button:hover {
  border-color: #dad1d1;
  background-color: #e0e0e0;
}

.page_button.site {
  border-color: transparent;
  background-color: #b21f24;
  color: #fff;
}

.page_button.login {
  border-color: transparent;
  background-color: #4bb21f;
  color: #fff;
}

.page_button_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 30px;
  -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;
  background-color: transparent;
}

.heading {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.content {
  width: 80%;
  margin-top: 50px;
  margin-bottom: 25px;
}

.content.updates {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #c7c7c7;
}

.heading-2 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.paragraph {
  font-family: Roboto, sans-serif;
  text-align: left;
}

.paragraph.description {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.description_box {
  width: 50%;
  padding: 15px;
  border-radius: 13px;
  background-color: #c2c2c2;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #f3f3f3;
}

.logn_box {
  width: 300px;
}

.image-2 {
  width: 270px;
}

.submit-button {
  padding: 10px 30px;
  background-color: #b21f24;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-field {
  font-family: Roboto, sans-serif;
}

.text-field.agent_id {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.text-field-2 {
  font-family: Roboto, sans-serif;
}

.form {
  margin-top: 30px;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.error {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px 30px;
  border-radius: 8px;
  background-color: rgba(178, 31, 36, 0.26);
  color: #b21f24;
  text-align: center;
}

.text-block {
  margin-bottom: 20px;
  padding: 10px 30px;
  border-radius: 7px;
}

.sucess {
  margin-bottom: 20px;
  padding: 10px 30px;
  border-radius: 8px;
  background-color: rgba(31, 178, 46, 0.26);
  color: #1fb257;
  text-align: center;
}

.body-3 {
  height: 100%;
}

.page_update_form-container {
  width: 80%;
  margin-top: 25px;
}

.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.field.checkbox {
  padding-left: 50px;
}

.field.multiple {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.update_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 3px solid #b21f24;
  background-color: #ebebeb;
}

.update_row.no_options {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.update_row.blog {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.update_text_input {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
}

.update_text_input::-webkit-input-placeholder {
  color: #d4d4d4;
  font-style: italic;
}

.update_text_input:-ms-input-placeholder {
  color: #d4d4d4;
  font-style: italic;
}

.update_text_input::-ms-input-placeholder {
  color: #d4d4d4;
  font-style: italic;
}

.update_text_input::placeholder {
  color: #d4d4d4;
  font-style: italic;
}

.update_text_input.multiple {
  margin-top: 5px;
  margin-bottom: 5px;
}

.update_text_input.confirm {
  margin-top: 5px;
}

.review_contetn {
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.update_field_label {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.update_textarea {
  min-height: 200px;
  margin-bottom: 0px;
}

.update_textarea::-webkit-input-placeholder {
  font-family: Roboto, sans-serif;
  color: #c2c2c2;
  font-style: italic;
}

.update_textarea:-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  color: #c2c2c2;
  font-style: italic;
}

.update_textarea::-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  color: #c2c2c2;
  font-style: italic;
}

.update_textarea::placeholder {
  font-family: Roboto, sans-serif;
  color: #c2c2c2;
  font-style: italic;
}

.image-3 {
  width: 15px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button-2 {
  position: relative;
  margin-left: auto;
  padding: 10px 30px;
  background-color: #b21f24;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.submit-button-2.image_upload {
  margin-left: 0px;
  background-color: #adadad;
}

.form-2 {
  text-align: left;
}

.form-2.review {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
}

.error-copy {
  margin-bottom: 20px;
  padding: 10px 30px;
  border-radius: 8px;
  background-color: rgba(178, 31, 36, 0.26);
  color: #b21f24;
}

.text-block-2 {
  color: #117538;
}

.checkbox-label {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.update_checkbox {
  padding-right: 50px;
}

.radio-button-label {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.update_radio {
  margin-bottom: 0px;
  padding-right: 50px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.paragraph-2 {
  width: 50%;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}

.support-options {
  margin-bottom: 15px;
}

.required {
  color: #b21f24;
}

.page_button_support {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #f5f5f5;
  font-family: Roboto, sans-serif;
  color: #585858;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.page_button_support:hover {
  border-color: #dad1d1;
  background-color: #e0e0e0;
}

.page_button_support.site {
  border-color: transparent;
  background-color: #b21f24;
  color: #fff;
}

.page_button_support.login {
  border-color: transparent;
  background-color: #4bb21f;
  color: #fff;
}

.text-span {
  color: #b21f24;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  color: #b21f24;
  cursor: pointer;
}

.body-4 {
  height: 100%;
  min-height: 100%;
}

.form-3 {
  margin-top: 50px;
}

.review_list {
  width: 80%;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #dbdbdb;
}

.columns:hover {
  opacity: 0.3;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review_grade {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.edit-delete {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.edit-delete.delete {
  color: #b21f24;
  text-decoration: underline;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-left: 1px solid #c9c9c9;
}

.add_review {
  margin-top: 50px;
  padding: 10px 30px;
  background-color: #b21f24;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.text-block-3 {
  font-size: 14px;
  line-height: 20px;
}

.version_update {
  margin-bottom: 30px;
  opacity: 0.62;
}

.split_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split_row.image_upload {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-5 {
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #8b8b8b;
  font-weight: 500;
}

.split_row_label {
  width: 300px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #bebdbd;
}

.date {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #929292;
}

.contact {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
}

.contact_full_details {
  height: auto;
  padding: 25px;
  border-top: 1px none #000;
  background-color: #e0e0e0;
}

.delete {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(178, 31, 36, 0.81);
  font-weight: 700;
}

.contact_details_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.title_contact {
  width: 30%;
}

.content_text {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
}

.description_contact {
  width: 70%;
}

.header_form_field {
  width: 120px;
  height: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-bottom: 0px;
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.submit-button-3 {
  height: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a83136;
  font-family: Roboto, sans-serif;
  font-size: 10px;
}

.success-message {
  height: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.error-message {
  height: 5px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-4 {
  width: 100%;
}

.div-block-5 {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #b21f24;
}

.paragraph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
}

.inline_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

.main_nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  background-color: #fff;
}

.sub_nav {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b21f24;
}

.sub-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.characters_left {
  margin-top: 10px;
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.text-block-4 {
  font-size: 12px;
}

.image_select_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 100px;
  margin-right: 26px;
}

.example_image {
  position: relative;
  width: 100px;
  margin-top: 15px;
  margin-right: 26px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.example_image:hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  width: 800px;
  max-width: 800px;
  border-style: solid;
  border-width: 15px;
  border-color: #fff;
}

.div-block-6 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  width: 100%;
  height: 60vh;
  margin-top: -60vh;
  margin-bottom: 0px;
  border-top: 3px solid #b21f24;
  background-color: #d6d6d6;
}

.body-5 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-luck {
  width: 100%;
}

.paragraph-4 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.heading-6 {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.blog_category_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 3px none #b21f24;
  background-color: #ebebeb;
}

.blog_category_holder.no_options {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog_category_holder.blog {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-7 {
  width: 100%;
}

.blog_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog_image {
  width: 30%;
  height: 250px;
  margin-right: 50px;
  background-image: url('../images/red-logo.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog_preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 18px;
}

.blog_title {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.video_box {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 60px;
}

.review_contetn-copy {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.video_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team_member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 30px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #b21f24;
  background-color: #ebebeb;
}

.team_image {
  width: 300px;
  height: 300px;
  background-color: #f8b0b0;
}

.div-block-8 {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 50px;
  text-align: left;
}

.paragraph-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-6 {
  margin-left: 50px;
}

.team_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 479px) {
  .crm_page_list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content {
    width: 100%;
  }

  .page_update_form-container {
    width: 100%;
  }

  .field.checkbox {
    padding-left: 0px;
  }

  .update_row {
    display: block;
  }

  .review_contetn {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .image-3 {
    display: none;
  }

  .paragraph-2 {
    width: 90%;
  }

  .blog_category_holder {
    display: block;
  }

  .review_contetn-copy {
    margin-bottom: 10px;
    padding-left: 0px;
  }
}

